aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml')
-rw-r--r--asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml b/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
index f6cef8a2ce..c2869686fd 100644
--- a/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
+++ b/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
@@ -2,6 +2,8 @@
<deployment>
<!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
<exclusions>
+ <!-- <module name="org.jboss.resteasy.resteasy-jackson-provider" /> -->
+ <!-- <module name="org.jboss.resteasy.resteasy-jettison-provider" /> -->
<module name="org.apache.log4j" />
<module name="org.slf4j" />
<module name="org.slf4j.impl" />
@@ -9,6 +11,8 @@
<module name="org.jboss.resteasy.resteasy-jettison-provider" />
</exclusions>
<dependencies>
+ <module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import" />
+ <module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" />
<module name="org.jboss.jandex" slot="main" />
<module name="org.javassist" slot="main" />
<module name="org.antlr" slot="main" />