blob: f6cef8a2ce3f1a28d60006df46e15deb224c8013 [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" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -04008 <module name="org.jboss.resteasy.resteasy-jackson-provider" />
9 <module name="org.jboss.resteasy.resteasy-jettison-provider" />
ChrisC025301d2017-01-31 11:40:03 +010010 </exclusions>
11 <dependencies>
12 <module name="org.jboss.jandex" slot="main" />
13 <module name="org.javassist" slot="main" />
14 <module name="org.antlr" slot="main" />
15 <module name="org.dom4j" slot="main" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040016 <module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import" />
17 <!-- This module contain the ProviderBase class: -->
18 <module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" export="true" />
ChrisC025301d2017-01-31 11:40:03 +010019 </dependencies>
20 </deployment>
21</jboss-deployment-structure>
22