From c379456722b77a37aff9228dabc5f0a78d4f2821 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jun 2022 17:01:28 +0100 Subject: [PATCH] Remove dependency management for spring-ldap-ldif-batch The spring-ldap-ldif-batch module was removed in Spring LDAP 2.4.0 in favor of the equivalent code that already exists in Spring Batch. This commit aligns Boot's dependency management with this removal. Closes gh-31254 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e7ce54a9bb5a..59fb738c2040 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1744,7 +1744,6 @@ bom { modules = [ "spring-ldap-core", "spring-ldap-core-tiger", - "spring-ldap-ldif-batch", "spring-ldap-ldif-core", "spring-ldap-odm", "spring-ldap-test"