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

chaitalithombare pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new ff3eeba0b ATLAS-5057: Atlas - Upgrade spring-ldap-core to 2.4.4/3.2.8 
(#383)
ff3eeba0b is described below

commit ff3eeba0b18630b2b6fb12bd35ef8ce5dca0c540
Author: chaitalicod <36201417+chaitali...@users.noreply.github.com>
AuthorDate: Wed Jun 18 18:02:27 2025 +0530

    ATLAS-5057: Atlas - Upgrade spring-ldap-core to 2.4.4/3.2.8 (#383)
    
    Co-authored-by: chaitalithombare <chaitalithomb...@apache.org>
---
 pom.xml        |  1 +
 webapp/pom.xml | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index a2b69b644..09fa07f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,7 @@
         <solr-test-framework.version>8.11.3</solr-test-framework.version>
         <solr.version>8.11.3</solr.version>
         <spray.version>1.3.1</spray.version>
+        <spring-ldap-core.version>2.4.4</spring-ldap-core.version>
         <spring.security.version>5.8.15</spring.security.version>
         <spring.version>5.3.39</spring.version>
         <sqoop.classifier>hadoop260</sqoop.classifier>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index dbdb0dc10..413cc6d46 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -414,6 +414,12 @@
             <artifactId>spring-web</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.ldap</groupId>
+            <artifactId>spring-ldap-core</artifactId>
+            <version>${spring-ldap-core.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-config</artifactId>
@@ -427,6 +433,12 @@
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-ldap</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.ldap</groupId>
+                    <artifactId>spring-ldap-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

Reply via email to