summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2018-03-19 15:57:01 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2018-03-20 10:04:16 +0800
commitdaa5c04c40fda44ddd4f4184f233c74b335cc343 (patch)
treee01b77802cc54d87d2df513f9022f2addfe7a2de /pom.xml
parentee84334e9e8c167086bb01a5836fd3335d192bee (diff)
Fix the Sonar Findings
Issue-ID: HOLMES-121 Change-Id: I04311e7618f504859c5aee4acea8530cd019ab87 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 560e17e..a9f1ea2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,12 +76,6 @@
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>com.eclipsesource.jaxrs</groupId>
- <artifactId>jersey-all</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
@@ -102,16 +96,6 @@
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-db</artifactId>
- </exclusion>
- <exclusion>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-core</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.onap.holmes.dsa</groupId>
@@ -141,7 +125,6 @@
<version>${lombok.version}</version>
</dependency>
-
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>