blob: 70f8299675f6529661ac628f6c6bcf1f3607821c [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<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 <module name="org.jboss.resteasy.resteasy-jackson-provider" />
9 <module name="org.jboss.resteasy.resteasy-jettison-provider" />
10 </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" />
16 <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" />
19 </dependencies>
20 </deployment>
21</jboss-deployment-structure>