aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/pom.xml
diff options
context:
space:
mode:
authorArthur Martella <amartell@research.att.com>2017-10-02 23:00:21 -0400
committerArthur Martella <amartell@research.att.com>2017-10-02 23:00:21 -0400
commit3590470cd6941f6e7d54861f92e5c62a00c99c5c (patch)
tree16dbc734c2000033d64e9e6290c504068d72cc66 /bpmn/MSOInfrastructureBPMN/pom.xml
parent5ee2a9cd718537669b8b5ce234fbc222c6def199 (diff)
Prevent JAXRS LinkageError
Pruning the inclusions in modules to prevent linkage errors during health check. Change-Id: I7b3cb233d0eac2a0a41b15e608d3d295a73573e7 Issue-ID: SO-160 Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/pom.xml')
-rw-r--r--bpmn/MSOInfrastructureBPMN/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml
index 94db04195d..1891c62f4a 100644
--- a/bpmn/MSOInfrastructureBPMN/pom.xml
+++ b/bpmn/MSOInfrastructureBPMN/pom.xml
@@ -289,11 +289,23 @@
<groupId>org.openecomp.so</groupId>
<artifactId>MSOCommonBPMN</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.att.nsa</groupId>
+ <artifactId>dmaapClient</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.openecomp.so</groupId>
<artifactId>MSOCommonBPMN</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.att.nsa</groupId>
+ <artifactId>dmaapClient</artifactId>
+ </exclusion>
+ </exclusions>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
@@ -405,6 +417,12 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>3.0.11.Final</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.jaxrs</groupId>
+ <artifactId>jackson-jaxrs-json-provider</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>