Create spring-boot-ldap module

This commit is contained in:
Stéphane Nicoll
2025-03-25 09:10:55 +01:00
committed by Phillip Webb
parent fab4500e4a
commit 26183f1edf
38 changed files with 85 additions and 52 deletions

View File

@@ -6,6 +6,7 @@ description = "Starter for using Spring Data LDAP"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-ldap"))
api(project(":spring-boot-project:spring-boot-tx"))
api("org.springframework.data:spring-data-ldap")
}