Skip to content

Commit

Permalink
KEYCLOAK-4060 removed redundant jboss module dependencies from test d…
Browse files Browse the repository at this point in the history
…eployments
  • Loading branch information
tkyjovsk committed Dec 13, 2016
1 parent 7638515 commit b1fe07a
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b1fe07a

Please sign in to comment.