blob: 05f0a3284458a83a04c99cb32bf4bc82564dd5a0 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<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>
17