summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa/pom.xml
diff options
context:
space:
mode:
authorCongcong Peng <peng.congcong@zte.com.cn>2018-02-28 10:13:25 +0800
committerCongcong Peng <peng.congcong@zte.com.cn>2018-02-28 11:34:18 +0800
commitbf80e854b11fc8570ceb0ea161a95803a346fb8b (patch)
tree6786d3df4d1e36e91389daa703066f71299a2e9b /dmaap-dsa/pom.xml
parent18d79592085657e5d91daee17c09775e80fc671b (diff)
remove dependency
Issue-ID: HOLMES-115 Change-Id: I0f453bb10ed6f8c975046bcc8007d34fa27d60bd Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa/pom.xml')
-rw-r--r--dmaap-dsa/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index fdd2462..09364e7 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -32,6 +32,16 @@
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.eclipsesource.jaxrs</groupId>
+ <artifactId>jersey-all</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.onap.holmes.common</groupId>
@@ -171,7 +181,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.15.0-GA</version>
+ <version>3.22.0-GA</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>