summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/service/pom.xml')
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/pom.xml37
1 files changed, 31 insertions, 6 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
index 51db3044..4ec4dfa1 100644
--- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
+++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
@@ -101,11 +101,36 @@
<version>3.0.0.v201112011016</version>
<scope>provided</scope>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-http -->
<dependency>
- <groupId>org.eclipse.jetty.aggregate</groupId>
- <artifactId>jetty-all</artifactId>
- <version>8.1.16.v20140903</version>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.13.v20181111</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-client -->
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>9.4.13.v20181111</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>9.4.13.v20181111</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io -->
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ <version>9.4.13.v20181111</version>
+ </dependency>
+
+<!-- <dependency>-->
+<!-- <groupId>org.eclipse.jetty.aggregate</groupId>-->
+<!-- <artifactId>jetty-all</artifactId>-->
+<!-- <version>8.1.16.v20140903</version>-->
+<!-- </dependency>-->
<!--
<dependency>
<groupId>mysql</groupId>
@@ -118,7 +143,7 @@
<artifactId>mariadb-java-client</artifactId>
<version>2.2.2</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.1.17</version>
@@ -127,7 +152,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>3.1.17</version>
- <exclusions>
+ <exclusions>
<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
@@ -163,7 +188,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>5.1.5.RELEASE</version>
+ <version>5.2.4.RELEASE</version>
</dependency>
<!--dependency>
<groupId>org.springframework</groupId>