summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-01 15:13:24 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-01 15:13:24 +0800
commitbd99e8b277009223fc887fd4008001312f42066b (patch)
treed15e798bd1ac94b9d312b4666025338658925886
parentf50d68bc58afc3a8f1174f289ddffade72b3d5aa (diff)
Exclude the Same Dependency
Change-Id: I67cbaf33a3e395dadbe1a9dab24aaf2a3999a112 Issue-ID: HOLMES-81 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--engine-d/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml
index 2b334e6..1ed48e7 100644
--- a/engine-d/pom.xml
+++ b/engine-d/pom.xml
@@ -46,6 +46,12 @@
<dependency>
<groupId>org.onap.holmes.dsa</groupId>
<artifactId>dmaap-dsa</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.onap.holmes.common</groupId>
@@ -167,7 +173,6 @@
<version>1.6.5</version>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>