summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvinash S <avinash.s@huawei.com>2018-03-16 10:04:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-16 10:04:51 +0000
commite7e3474aeae46aaca7c8d17d6c6c208638700c09 (patch)
tree530f42c7f9ba55e8be4ac89b0518c1f400ff319b
parent8bbbe10457e6593e1e09fd6ff7c71b55f5e052f9 (diff)
parent46d525f55bb20311e3d2485fdd1b5c77ef325d85 (diff)
Merge "Remove jackson databind to avoid security issues"
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/pom.xml25
1 files changed, 7 insertions, 18 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
index cce15648..6cc96883 100644
--- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml
+++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
@@ -51,28 +51,17 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
-
- <dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-core</artifactId>
- <version>1.2.4</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
<version>1.2.4</version>
</dependency>
<dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-hibernate</artifactId>
- <version>1.2.4</version>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>javax.persistence</artifactId>
+ <version>2.1.0</version>
</dependency>
+
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
@@ -163,9 +152,9 @@
<artifactId>ant</artifactId>
<version>1.8.2</version>
<scope>test</scope>
- </dependency>
-
-
+ </dependency>
+
+
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>