blob: e7bc08ae83f060238bbb9da5ee0f874047e6570e [file] [log] [blame]
c0014910726b7c9d2017-08-31 14:27:38 +08001<jboss-deployment-structure>
2 <deployment>
Seshu-Kumar-Mf8696082017-10-11 20:39:35 +08003 <!-- Exclusions allow you to prevent the server from automatically adding
4 some dependencies -->
c0014910726b7c9d2017-08-31 14:27:38 +08005 <exclusions>
6 <module name="org.apache.log4j" />
7 <module name="org.slf4j" />
8 <module name="org.slf4j.impl" />
9 </exclusions>
10 <dependencies>
Seshu-Kumar-Mf8696082017-10-11 20:39:35 +080011 <module name="org.jboss.jandex" slot="main" />
12 <module name="org.javassist" slot="main" />
13 <module name="org.antlr" slot="main" />
14 <module name="org.dom4j" slot="main" />
c0014910726b7c9d2017-08-31 14:27:38 +080015 </dependencies>
16 </deployment>
17</jboss-deployment-structure>