Skip to content

Commit fd17ca2

Browse files
committed
Restore Spring Security dependencies
Some of the integration tests need them Issue gh-921
1 parent 995e4c2 commit fd17ca2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dependencies/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ dependencies {
6060
api "org.slf4j:log4j-over-slf4j:1.7.36"
6161
api "org.slf4j:slf4j-api:1.7.36"
6262
api "org.slf4j:slf4j-log4j12:1.7.36"
63+
api "org.springframework.security:spring-security-config:5.8.14"
64+
api "org.springframework.security:spring-security-core:5.8.14"
65+
api "org.springframework.security:spring-security-ldap:5.8.14"
6366
}
6467
}
6568

0 commit comments

Comments
 (0)