Update jetty 21/56221/1
authorChris Donley <christopher.donley@huawei.com>
Wed, 11 Jul 2018 15:28:50 +0000 (08:28 -0700)
committerChris Donley <christopher.donley@huawei.com>
Wed, 11 Jul 2018 15:28:50 +0000 (08:28 -0700)
per latest CLM scan, upgrade to 9.4.11.v20180605

Issue-ID: VNFSDK-284

Change-Id: I31225d617406fe7561a68dd5c5b272ba5743fe24
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
vnfmarket-be/vnf-sdk-marketplace/pom.xml

index 79f45e2..e60bcb4 100644 (file)
             <artifactId>httpmime</artifactId>
             <version>4.5.3</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>
+        <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-server</artifactId>
+            <version>9.4.11.v20180605</version>
+        </dependency>
         <!-- consumer -->
         <dependency>
             <groupId>com.eclipsesource.jaxrs</groupId>