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" />
|
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame^] | 8 | <!-- Just to make sure these modules are not loaded -->
|
| 9 | <module name="org.jboss.resteasy.resteasy-jackson-provider"/>
|
| 10 | <module name="org.jboss.resteasy.resteasy-jettison-provider"/>
|
| 11 | <module name="org.hibernate" />
|
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 12 | </exclusions>
|
| 13 | <dependencies>
|
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame^] | 14 | <module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import"/>
|
| 15 | <!-- This module contain the ProviderBase class: -->
|
| 16 | <module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" export="true"/>
|
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 17 | <module name="org.jboss.jandex" slot="main" />
|
| 18 | <module name="org.javassist" slot="main" />
|
| 19 | <module name="org.antlr" slot="main" />
|
| 20 | <module name="org.dom4j" slot="main" />
|
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 21 | </dependencies>
|
| 22 | </deployment>
|
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame^] | 23 | </jboss-deployment-structure> |