summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/pom.xml
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-04-13 15:58:09 +0800
committerKailun Qin <kailun.qin@intel.com>2018-04-14 07:17:29 +0800
commitf1d268d1f72d6f890498fbc1d7333218d910a750 (patch)
treeee81409518dc8f6636b239a5b7f2c67d42d4772b /vnf-sdk-function-test/pom.xml
parente630893ac3396ad10181b868efdda902cb8695e6 (diff)
Drop DB migration support due to security reasons
Drop current DB migration support in functest using dropwizard-migrations due to security concerns. Also downgrade jersey versions to 2.25.1 since dropwizard:1.3.1 does not support jersey:2.26. Change-Id: I87ace8d3132af7a04141a7d89db80a134a69d538 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-rw-r--r--vnf-sdk-function-test/pom.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 2ad2b56..560d444 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -26,6 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>vnf-sdk-function-test</artifactId>
<name>vnfsdk Functional Tests</name>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
@@ -144,11 +145,6 @@
<artifactId>dropwizard-hibernate</artifactId>
<version>1.3.1</version>
</dependency>
- <dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-migrations</artifactId>
- <version>1.3.1</version>
- </dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
@@ -164,17 +160,17 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
- <version>2.26</version>
+ <version>2.25.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
- <version>2.26</version>
+ <version>2.25.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
- <version>2.26</version>
+ <version>2.25.1</version>
</dependency>
<!-- consumer -->
<dependency>