diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-11-06 09:46:52 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-11-06 09:46:52 +0800 |
commit | c8103b3d39394ba98a03a9938835a94ea8cbd3fd (patch) | |
tree | 2019c3d3b10653493659fb0e22a2193ce607a874 /engine-d | |
parent | 127103fdd1d090c77477efd62d619ab2654d70d2 (diff) |
Exclude Transitive Dependencies
Change-Id: Icb75130be0ee101a2ba86f24c2e8b58b4c94cdd5
Issue-ID: HOLMES-81
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d')
-rw-r--r-- | engine-d/pom.xml | 10 |
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> |