diff options
author | Rob Daugherty <rd472p@att.com> | 2017-11-16 15:42:27 -0500 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-11-16 15:42:27 -0500 |
commit | 39585232972e6b920215291b3b4700ce6f6b5be3 (patch) | |
tree | be7d256234b1c4fe01f7baceac17aa3edac1a23a /bpmn/MSOCommonBPMN | |
parent | 30345e801efc106b125a27ab9f1deff1cc5fb62d (diff) |
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 <rd472p@att.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -485,11 +485,6 @@ <version>1.10.19</version> </dependency> <dependency> - <groupId>com.att.nsa</groupId> - <artifactId>dmaapClient</artifactId> - <version>0.2.12</version> - </dependency> - <dependency> <!-- Optional Plugin for Camunda BPM Workbench --> <groupId>org.camunda.bpm.workbench</groupId> <artifactId>camunda-workbench-dist-embeddable</artifactId> |