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 63688f9  [AMBARI-23869] Remove insecure dependencies from Ambari Server
63688f9 is described below

commit 63688f93ca82a545a071b2d475054e631b061fe8
Author: Robert Levas <rle...@hortonworks.com>
AuthorDate: Thu May 17 08:10:41 2018 -0700

    [AMBARI-23869] Remove insecure dependencies from Ambari Server
---
 ambari-agent/pom.xml  | 4 ++++
 ambari-server/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 945b672..3dfb385 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -104,6 +104,10 @@
             <artifactId>jetty-util</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty</artifactId>
+        </exclusion>
+        <exclusion>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
         </exclusion>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 1c05d94..a29e57f 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1721,6 +1721,10 @@
           <artifactId>jetty-util</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.zookeeper</groupId>
           <artifactId>zookeeper</artifactId>
         </exclusion>

-- 
To stop receiving notification emails like this one, please contact
rle...@apache.org.

Reply via email to