Skip to content

Commit

Permalink
Remove dependency management for spring-ldap-ldif-batch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wilkinsona committed Jun 6, 2022
1 parent 7f291f8 commit c379456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit c379456

Please sign in to comment.