diff options
-rw-r--r-- | distribution/standalone/pom.xml | 2 | ||||
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 24 |
2 files changed, 5 insertions, 21 deletions
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml index 2459e31..1d3e4ee 100644 --- a/distribution/standalone/pom.xml +++ b/distribution/standalone/pom.xml @@ -170,7 +170,7 @@ <dependency> <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnf-sdk-function-test</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </dependency> </dependencies> </project> diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index dbfefeb..ebae15c 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -169,17 +169,6 @@ <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> @@ -198,11 +187,11 @@ <artifactId>gson</artifactId> <version>2.8.2</version> </dependency> - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml --> + <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> <dependency> - <groupId>com.fasterxml.jackson.dataformat</groupId> - <artifactId>jackson-dataformat-xml</artifactId> - <version>2.9.5</version> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>26.0-jre</version> </dependency> <!-- https://mvnrepository.com/artifact/org.glassfish.hk2.external/javax.inject --> <dependency> @@ -234,11 +223,6 @@ <artifactId>osgi-resource-locator</artifactId> <version>2.5.0-b42</version> </dependency> - <!--<dependency>--> - <!--<groupId>mysql</groupId>--> - <!--<artifactId>mysql-connector-java</artifactId>--> - <!--<version>5.1.18</version>--> - <!--</dependency>--> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> |