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/MSOCommonBPMN/pom.xml | 5 ----- bpmn/MSOInfrastructureBPMN/pom.xml | 14 +------------- 2 files changed, 1 insertion(+), 18 deletions(-) (limited to 'bpmn') diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index f589f03b83..b60e6219e7 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -484,11 +484,6 @@ mockito-all 1.10.19 - - com.att.nsa - dmaapClient - 0.2.12 - org.camunda.bpm.workbench 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