diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-05 18:44:42 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-03-05 18:44:53 +0800 |
commit | 00789ff1fcfe86456268aa9f3183a39725c3c918 (patch) | |
tree | a0565efd6400bfad1d08ed4a039a672a3269f78a | |
parent | be095e231998c11d25c92063b19fdd9e68c6e9e3 (diff) |
fix jetty util class not found
Change-Id: I037e028a80185028fd6fc5e34682695dc8b2b703
Issue-ID: VFC-1641
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | nokiav2/driver/pom.xml | 5 | ||||
-rw-r--r-- | nokiav2/pom.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml index 1fd0d185..0a9038c4 100644 --- a/nokiav2/driver/pom.xml +++ b/nokiav2/driver/pom.xml @@ -113,6 +113,11 @@ <version>9.4.12.v20180830</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-util</artifactId> + <version>9.4.20.v20190813</version> + </dependency> </dependencies> <build> <plugins> diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index f740e0af..4c09ff37 100644 --- a/nokiav2/pom.xml +++ b/nokiav2/pom.xml @@ -28,7 +28,7 @@ <name>vfc-nfvo-driver-vnfm-svnfm-nokiav2</name> <properties> <jacoco.version>0.8.0</jacoco.version> - <spring.boot.version>2.1.1.RELEASE</spring.boot.version> + <spring.boot.version>2.1.3.RELEASE</spring.boot.version> </properties> <!-- used to test dependency convergence locally <build> |