From 39585232972e6b920215291b3b4700ce6f6b5be3 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 16 Nov 2017 15:42:27 -0500 Subject: Remove unused dependency on dmaapClient A prior change created our own dmaap client, so we don't need the one provided by com.att.nsa. That one included the dme2 jar, which was causing classloading conflicts. Issue: SO-208 Change-Id: Ia0af70c060044d7c10b1ad9ba8ed2bf8385dd0a4 Signed-off-by: Rob Daugherty --- bpmn/MSOInfrastructureBPMN/pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index 06592276de..36de61b516 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -289,23 +289,11 @@ org.openecomp.so MSOCommonBPMN ${project.version} - - - com.att.nsa - dmaapClient - - - + org.openecomp.so MSOCommonBPMN ${project.version} - - - com.att.nsa - dmaapClient - - tests test -- cgit 1.2.3-korg