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/09 14:02:58 UTC

[ambari] branch trunk updated: [AMBARI-24429] Remove dependencies with CVE issues from Ambari Agent

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 c9965c0  [AMBARI-24429] Remove dependencies with CVE issues from Ambari Agent
c9965c0 is described below

commit c9965c0667f1c8a8f03ff209d6b91a065d32bf9a
Author: Robert Levas <rl...@hortonworks.com>
AuthorDate: Wed Aug 8 14:04:43 2018 -0400

    [AMBARI-24429] Remove dependencies with CVE issues from Ambari Agent
---
 contrib/views/utils/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/contrib/views/utils/pom.xml b/contrib/views/utils/pom.xml
index 82b87c8..bfb1ae1 100644
--- a/contrib/views/utils/pom.xml
+++ b/contrib/views/utils/pom.xml
@@ -131,11 +131,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-collections4</artifactId>
-      <version>4.0</version>
-    </dependency>
-    <dependency>
       <groupId>
         org.glassfish.jersey.test-framework.providers
       </groupId>