16 lines
722 B
XML
16 lines
722 B
XML
|
<jboss-deployment-structure>
|
||
|
<deployment>
|
||
|
<dependencies>
|
||
|
<!-- the Demo code uses classes in these modules. These are optional to import if you are not using
|
||
|
Apache Http Client or the HttpClientBuilder that comes with the adapter core -->
|
||
|
<module name="org.apache.httpcomponents"/>
|
||
|
|
||
|
<!--These are needed when keycloak adapter libs are bundled in war.-->
|
||
|
<module name="org.codehaus.jackson.jackson-xc" />
|
||
|
<module name="org.codehaus.jackson.jackson-mapper-asl" />
|
||
|
<module name="org.bouncycastle" />
|
||
|
<module name="org.jboss.xnio" />
|
||
|
|
||
|
</dependencies>
|
||
|
</deployment>
|
||
|
</jboss-deployment-structure>
|