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 /asdctool/pom.xml | |
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 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |