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 5bc1428 [AMBARI-24288] Remove org.apache.directory.api:api-ldap-model from Ambari server's dependencies due to security concerns 5bc1428 is described below commit 5bc1428481ba35b270da42694a1047ba14735006 Author: Robert Levas <rle...@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 3358688..5acf44a 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>