summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>