summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-06 09:46:52 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-06 09:46:52 +0800
commitc8103b3d39394ba98a03a9938835a94ea8cbd3fd (patch)
tree2019c3d3b10653493659fb0e22a2193ce607a874
parent127103fdd1d090c77477efd62d619ab2654d70d2 (diff)
Exclude Transitive Dependencies
Change-Id: Icb75130be0ee101a2ba86f24c2e8b58b4c94cdd5 Issue-ID: HOLMES-81 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--engine-d/pom.xml10
-rw-r--r--pom.xml2
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>
diff --git a/pom.xml b/pom.xml
index b03ece7..724025b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>