summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-04-27 08:04:11 +0800
committerKailun Qin <kailun.qin@intel.com>2018-04-27 08:11:15 +0800
commit69659cfc76a0707a9ba2a70f9bd99fa51127cfc9 (patch)
treebec5b564fba7c301e32a84bcf7a7ccbc4b15a057
parent2f07f0dab9e3ff9c1ab7b0c2e924d63711ef9cbe (diff)
Adjust dropwizard version to address clm issues
Modify dropwizard version to 1.3.0 to address dropwizard-jaxws-example security issues. Change-Id: I4ffbbbf17a41e89b1ba2c098f7bdfb4d93a35660 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
-rw-r--r--vnf-sdk-function-test/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 12ba2a8..c97811e 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -133,17 +133,17 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
- <version>1.3.1</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
- <version>1.3.1</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
- <version>1.3.1</version>
+ <version>1.3.0</version>
</dependency>
<!-- lombok -->
<dependency>
@@ -247,7 +247,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
- <version>1.3.1</version>
+ <version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>