aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-13 22:27:13 +0300
committerTal Gitelman <tg851x@intl.att.com>2018-05-14 09:20:36 +0000
commitd618ad69ee066ef0aac5a075bc4705543eb87103 (patch)
treedf3718549707b39cce0b18ced8ff611aa3d98d5b
parent2924a3dbb7e0f50b239287fb11f6ec8c2235522a (diff)
update jetty version
move from 9.2.10.v20150310 to 9.2.22.v20170606 Change-Id: I2a64fb7eb4731bfa26ede0b85f943bf0a668a7e4 Issue-ID: SDC-1320 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--asdctool/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--utils/webseal-simulator/pom.xml5
3 files changed, 4 insertions, 5 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 7a9f2ac300..f2644f18c8 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.2.10.v20150310</version>
+ <version>${jetty.version}</version>
<scope>compile</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 4dccaabdee..969288dbf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<elastic-search.version>2.4.0</elastic-search.version>
<catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
<catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
- <jetty.version>9.2.10.v20150310</jetty.version>
+ <jetty.version>9.2.22.v20170606</jetty.version>
<!-- JSON and YAML Parsing -->
<jackson.version>2.9.4</jackson.version>
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml
index 9cbee6cfbf..7f783badf0 100644
--- a/utils/webseal-simulator/pom.xml
+++ b/utils/webseal-simulator/pom.xml
@@ -14,7 +14,6 @@
</parent>
<properties>
- <jetty-version>9.2.10.v20150310</jetty-version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -66,14 +65,14 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
- <version>9.2.10.v20150310</version>
+ <version>${jetty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
- <version>${jetty-version}</version>
+ <version>${jetty.version}</version>
<scope>compile</scope>
</dependency>