diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-09-21 06:25:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-21 06:25:27 +0000 |
commit | ca93170818361ac6441b68c449cf9e81d525e7d0 (patch) | |
tree | 41d8c94c43d22ba57f84980bf365ca7f4ba76b6e /bpmn/MSOInfrastructureBPMN/src | |
parent | b23cf7b08c000ea2303ce3492032898f677b246b (diff) | |
parent | cb6d5a68ed57210bf529ab71f6fe39d40f2a1dce (diff) |
Merge "SO Failed Robot Health Check"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 3dbfcce36f..fa35eadba8 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -25,7 +25,14 @@ <module name="org.apache.log4j" />
<module name="org.slf4j" />
<module name="org.slf4j.impl" />
+ <module name="org.jboss.resteasy.resteasy-jackson-provider" />
+ <module name="org.jboss.resteasy.resteasy-jettison-provider" />
</exclusions>
+ <dependencies>
+ <module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import" />
+ <!-- This module contain the ProviderBase class: -->
+ <module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" export="true" />
+ </dependencies>
</deployment>
</jboss-deployment-structure>
|