ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | <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 | |