diff options
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 2b334e6..5c64614 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> @@ -92,7 +98,6 @@ <artifactId>drools-templates</artifactId> <version>${drools.version}</version> </dependency> - <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-db</artifactId> @@ -167,7 +172,6 @@ <version>1.6.5</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> |