blob: 58ddb4a08f290c7b686dee237074c2bcb434b419 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001<jboss-deployment-structure>
2 <deployment>
3 <!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
4 <exclusions>
5 <module name="org.apache.log4j" />
6 <module name="org.slf4j" />
7 <module name="org.slf4j.impl" />
8 </exclusions>
9 <dependencies>
10 <module name="org.jboss.jandex" slot="main" />
11 <module name="org.javassist" slot="main" />
12 <module name="org.antlr" slot="main" />
13 <module name="org.dom4j" slot="main" />
14 </dependencies>
15 </deployment>
16</jboss-deployment-structure>