summaryrefslogtreecommitdiffstats
path: root/engine-d/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-02-20 08:44:40 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-02-20 08:44:40 +0800
commit1d8c0955bc266f08559385a58b2f40a9457cd5d9 (patch)
tree2a7b4aa6998e2611d6d6d852aad8f744d50871c3 /engine-d/pom.xml
parent37c34f3c2d55f92940f58eaa37dace6edaf91166 (diff)
Merged DSA into the Engine Mgmt Module
Change-Id: If6b4e8345dcda8599606989ba9f4afd3497e48f1 Issue-ID: HOLMES-199 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r--engine-d/pom.xml30
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>