fix jetty util class not found 15/103115/1
authoryangyan <yangyanyj@chinamobile.com>
Thu, 5 Mar 2020 10:44:42 +0000 (18:44 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Thu, 5 Mar 2020 10:44:53 +0000 (18:44 +0800)
Change-Id: I037e028a80185028fd6fc5e34682695dc8b2b703
Issue-ID: VFC-1641
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
nokiav2/driver/pom.xml
nokiav2/pom.xml

index 1fd0d18..0a9038c 100644 (file)
       <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>
index f740e0a..4c09ff3 100644 (file)
@@ -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>