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/07/19 09:11:22 UTC

[ambari] branch branch-2.7 updated: [AMBARI-24288] Remove org.apache.directory.api:api-ldap-model from Ambari server's dependencies due to security concerns

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 3fcac06  [AMBARI-24288] Remove org.apache.directory.api:api-ldap-model from Ambari server's dependencies due to security concerns
3fcac06 is described below

commit 3fcac06d602249c882d264a82014e3b16264cc98
Author: Robert Levas <rl...@hortonworks.com>
AuthorDate: Fri Jul 13 12:29:01 2018 -0400

    [AMBARI-24288] Remove org.apache.directory.api:api-ldap-model from Ambari server's dependencies due to security concerns
---
 ambari-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index e3d859b..77fc8e8 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1817,6 +1817,10 @@
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.directory.api</groupId>
+          <artifactId>api-ldap-model</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>