You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2018/08/06 17:49:47 UTC

[ambari] branch trunk updated: [AMBARI-24408] Update org.eclipse.jetty version to 9.4.11.v20180605 to avoid CVE issues

This is an automated email from the ASF dual-hosted git repository.

rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 836ea4c  [AMBARI-24408] Update org.eclipse.jetty version to 9.4.11.v20180605 to avoid CVE issues
836ea4c is described below

commit 836ea4c9135b138fda3b348c2e3dbbfa9fbd3d4c
Author: Robert Levas <rl...@hortonworks.com>
AuthorDate: Mon Aug 6 11:57:57 2018 -0400

    [AMBARI-24408] Update org.eclipse.jetty version to 9.4.11.v20180605 to avoid CVE issues
---
 ambari-project/pom.xml | 7 ++++++-
 ambari-server/pom.xml  | 5 -----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index b8a0ae3..6b65835 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -30,7 +30,7 @@
     <solr.version>5.5.2</solr.version>
     <ambari.dir>${project.parent.basedir}</ambari.dir>
     <powermock.version>1.6.3</powermock.version>
-    <jetty.version>9.4.2.v20170220</jetty.version>
+    <jetty.version>9.4.11.v20180605</jetty.version>
     <ldap-api.version>1.0.0</ldap-api.version>
     <checkstyle.version>6.19</checkstyle.version> <!-- last version that does not require Java 8 -->
     <swagger.version>1.5.19</swagger.version>
@@ -309,6 +309,11 @@
         <version>${jetty.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-util</artifactId>
+        <version>${jetty.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jsp-api-2.1-glassfish</artifactId>
         <version>2.1.v20100127</version>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 5acf44a..e95574e 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1283,22 +1283,18 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-security</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlet</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlets</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-webapp</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
@@ -1741,7 +1737,6 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-cli</groupId>