KEYCLOAK-4060 removed redundant jboss module dependencies from test deployments
This commit is contained in:
parent
76385157fc
commit
b1fe07ac3d
1 changed files with 3 additions and 6 deletions
|
@ -18,18 +18,15 @@
|
|||
<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" />
|
||||
<!--required by SAML test servlets-->
|
||||
<module name="org.keycloak.keycloak-adapter-spi" />
|
||||
<module name="org.keycloak.keycloak-saml-core" />
|
||||
|
||||
|
||||
</dependencies>
|
||||
</deployment>
|
||||
</jboss-deployment-structure>
|
Loading…
Reference in a new issue