1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add LDAP factory beans

Issue gh-10138
This commit is contained in:
Eleftheria Stein
2021-10-04 15:21:34 +02:00
parent 2894ed318d
commit 6b56071c08
9 changed files with 1035 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ dependencies {
testImplementation "org.apache.directory.server:apacheds-protocol-ldap"
testImplementation "org.apache.directory.server:apacheds-server-jndi"
testImplementation 'org.apache.directory.shared:shared-ldap'
testImplementation "com.unboundid:unboundid-ldapsdk"
testImplementation 'jakarta.persistence:jakarta.persistence-api'
testImplementation 'org.hibernate:hibernate-core-jakarta'
testImplementation 'org.hsqldb:hsqldb'