From: Michael Lando Date: Sun, 13 May 2018 19:27:13 +0000 (+0300) Subject: update jetty version X-Git-Tag: v1.2.0~70 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d618ad69ee066ef0aac5a075bc4705543eb87103;p=sdc.git 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 --- 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 @@ org.eclipse.jetty jetty-server - 9.2.10.v20150310 + ${jetty.version} compile diff --git a/pom.xml b/pom.xml index 4dccaabdee..969288dbf7 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 2.4.0 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT - 9.2.10.v20150310 + 9.2.22.v20170606 2.9.4 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 @@ - 9.2.10.v20150310 yyyyMMdd'T'HHmmss'Z' https://nexus.onap.org UTF-8 @@ -66,14 +65,14 @@ org.eclipse.jetty jetty-proxy - 9.2.10.v20150310 + ${jetty.version} compile org.eclipse.jetty jetty-servlets - ${jetty-version} + ${jetty.version} compile