aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-07-11 08:28:50 -0700
committerChris Donley <christopher.donley@huawei.com>2018-07-11 08:28:50 -0700
commit37350fcab706333fce06cb65db83a2d9157290a9 (patch)
tree7fa9ab475dee6ea9920d8dceb73c757a5c99dba4
parent798282cc2be18dbc88908e4704c2686d31a8dd43 (diff)
Update jetty
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>
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
index 79f45e28..e60bcb48 100644
--- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml
+++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
@@ -85,6 +85,22 @@
<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>