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:03:18 UTC

[ambari] branch branch-2.7 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 branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new cb1794e  [AMBARI-24429] Remove dependencies with CVE issues from Ambari Agent
cb1794e is described below

commit cb1794e998d79aa755e4ac7e27cd0f0cf57ffb0e
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 a2990e4..4bb144d 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>