update jetty version 27/47327/2
authorMichael Lando <ml636r@att.com>
Sun, 13 May 2018 19:27:13 +0000 (22:27 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Mon, 14 May 2018 09:20:36 +0000 (09:20 +0000)
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>
asdctool/pom.xml
pom.xml
utils/webseal-simulator/pom.xml

index 7a9f2ac..f2644f1 100644 (file)
                <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 4dccaab..969288d 100644 (file)
--- 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>
index 9cbee6c..7f783ba 100644 (file)
@@ -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>
                <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>