c00149107 | 26b7c9d | 2017-08-31 14:27:38 +0800 | [diff] [blame] | 1 | <jboss-deployment-structure>
|
| 2 | <deployment>
|
c00149107 | a13d6f4 | 2017-10-18 11:48:21 +0800 | [diff] [blame] | 3 | <!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
|
c00149107 | 26b7c9d | 2017-08-31 14:27:38 +0800 | [diff] [blame] | 4 | <exclusions>
|
| 5 | <module name="org.apache.log4j" />
|
| 6 | <module name="org.slf4j" />
|
| 7 | <module name="org.slf4j.impl" />
|
c00149107 | a13d6f4 | 2017-10-18 11:48:21 +0800 | [diff] [blame] | 8 | <module name="org.jboss.resteasy.resteasy-jackson-provider" />
|
| 9 | <module name="org.jboss.resteasy.resteasy-jettison-provider" />
|
c00149107 | 26b7c9d | 2017-08-31 14:27:38 +0800 | [diff] [blame] | 10 | </exclusions>
|
| 11 | <dependencies>
|
c00149107 | a13d6f4 | 2017-10-18 11:48:21 +0800 | [diff] [blame] | 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" />
|
c00149107 | 26b7c9d | 2017-08-31 14:27:38 +0800 | [diff] [blame] | 19 | </dependencies>
|
| 20 | </deployment>
|
c00149107 | a13d6f4 | 2017-10-18 11:48:21 +0800 | [diff] [blame] | 21 | </jboss-deployment-structure>
|