summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-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>