blob: 9a24bfc5096560852e51cbcf59fd39bb1c430141 [file] [log] [blame]
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -07001<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