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>
diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml
index 94db041..1891c62 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>