diff options
author | Michael Lando <ml636r@att.com> | 2018-05-13 22:27:13 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-05-14 09:20:36 +0000 |
commit | d618ad69ee066ef0aac5a075bc4705543eb87103 (patch) | |
tree | df3718549707b39cce0b18ced8ff611aa3d98d5b /utils/webseal-simulator | |
parent | 2924a3dbb7e0f50b239287fb11f6ec8c2235522a (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>
Diffstat (limited to 'utils/webseal-simulator')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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> |