summaryrefslogtreecommitdiffstats
path: root/engine-d/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r--engine-d/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml
index 5c64614..d5a3160 100644
--- a/engine-d/pom.xml
+++ b/engine-d/pom.xml
@@ -51,6 +51,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.onap.holmes.common</groupId>
+ <artifactId>holmes-actions</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -209,6 +213,12 @@
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
+ <filter>
+ <artifact>org.onap.holmes.dsa:dmaap-dsa</artifact>
+ <excludes>
+ <exclude>org/onap/holmes/common/**</exclude>
+ </excludes>
+ </filter>
</filters>
</configuration>
<executions>