We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ca513 commit 83574f8Copy full SHA for 83574f8
dependencies/build.gradle
@@ -82,6 +82,9 @@ dependencies {
82
api "org.slf4j:jcl-over-slf4j:1.7.32"
83
api "org.slf4j:log4j-over-slf4j:1.7.32"
84
api "org.slf4j:slf4j-api:1.7.32"
85
+ api "org.springframework.security:spring-security-config:5.6.1"
86
+ api "org.springframework.security:spring-security-core:5.6.1"
87
+ api "org.springframework.security:spring-security-ldap:5.6.1"
88
api "org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE"
89
api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
90
}
0 commit comments