diff options
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index 170b97d..10cb415 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - Copyright 2017 Huawei Technologies Co., Ltd. + Copyright 2017-2018 Huawei Technologies Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -133,17 +133,17 @@ <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-assets</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-hibernate</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> </dependency> <!-- lombok --> <dependency> @@ -172,6 +172,17 @@ <artifactId>jersey-container-servlet-core</artifactId> <version>2.25.1</version> </dependency> + <!-- jetty --> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + <version>9.4.11.v20180605</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlet</artifactId> + <version>9.4.11.v20180605</version> + </dependency> <!-- consumer --> <dependency> <groupId>com.eclipsesource.jaxrs</groupId> @@ -265,7 +276,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.182</version> + <version>1.4.197</version> <scope>test</scope> </dependency> <dependency> |