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

adoroszlai 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 c5bddcb  AMBARI-23141. Fix BlackDuck found security issues in Ambari 
Functional Tests (#551)
c5bddcb is described below

commit c5bddcb26148b60328cd60dc4c467d132776e8e3
Author: smolnar82 <34065904+smolna...@users.noreply.github.com>
AuthorDate: Tue Mar 6 11:43:02 2018 +0100

    AMBARI-23141. Fix BlackDuck found security issues in Ambari Functional 
Tests (#551)
---
 ambari-funtest/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ambari-funtest/pom.xml b/ambari-funtest/pom.xml
index 9703f69..0d61087 100644
--- a/ambari-funtest/pom.xml
+++ b/ambari-funtest/pom.xml
@@ -437,6 +437,12 @@
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
       <version>1.7</version>
+      <exclusions>
+        <exclusion>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>com.sun.mail</groupId>
@@ -489,7 +495,6 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.2</version>
     </dependency>
   </dependencies>
 </project>

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

Reply via email to