blob: 88d5024f0d2114790fc5f947626f5ec7b50a0958 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<jboss-deployment-structure>
<deployment>
<!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
<exclusions>
<module name="org.apache.log4j" />
<module name="org.slf4j" />
<module name="org.slf4j.impl" />
</exclusions>
<dependencies>
<module name="org.jboss.jandex" slot="main" />
<module name="org.javassist" slot="main" />
<module name="org.antlr" slot="main" />
<module name="org.dom4j" slot="main" />
</dependencies>
</deployment>
</jboss-deployment-structure>
|