diff options
-rw-r--r-- | engine-d/pom.xml | 10 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 11 insertions, 1 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> @@ -75,7 +75,7 @@ <dependency> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.reflections</groupId> |