diff options
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 42af369..490d2e0 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -92,28 +92,6 @@ <artifactId>reflections</artifactId> </dependency> <dependency> - <groupId>org.onap.holmes.dsa</groupId> - <artifactId>dmaap-dsa</artifactId> - <exclusions> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </exclusion> - <exclusion> - <groupId>org.onap.holmes.common</groupId> - <artifactId>holmes-actions</artifactId> - </exclusion> - <exclusion> - <groupId>org.onap.msb.java-sdk</groupId> - <artifactId>msb-java-sdk</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> <exclusions> @@ -356,14 +334,6 @@ <exclude>META-INF/*.RSA</exclude> </excludes> </filter> - <filter> - <artifact>org.onap.holmes.dsa:dmaap-dsa</artifact> - <excludes> - <exclude>org/onap/holmes/common/**</exclude> - <exclude>com/fasterxml/jackson/core/jackson-databind/**</exclude> - <exclude>org/slf4j/**</exclude> - </excludes> - </filter> </filters> </configuration> <executions> |