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 | 44f81bd | 2017-09-13 07:30:36 -0400 | [diff] [blame] | 8 | <module name="org.jboss.resteasy.resteasy-jackson-provider" />
|
| 9 | <module name="org.jboss.resteasy.resteasy-jettison-provider" />
|
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 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" />
|
Rob Daugherty | 44f81bd | 2017-09-13 07:30:36 -0400 | [diff] [blame] | 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" />
|
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 19 | </dependencies>
|
| 20 | </deployment>
|
| 21 | </jboss-deployment-structure>
|
| 22 |
|