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

opensaml4MainCompile

This commit is contained in:
Rob Winch
2021-05-17 23:21:17 -05:00
parent 1491f2e0b6
commit 4d251157b2
+1
View File
@@ -48,6 +48,7 @@ dependencies {
testImplementation project(path : ':spring-security-oauth2-client', configuration : 'tests')
testImplementation project(path : ':spring-security-oauth2-resource-server', configuration : 'tests')
testImplementation project(path : ':spring-security-saml2-service-provider', configuration : 'tests')
testImplementation project(path: ':spring-security-saml2-service-provider', configuration: 'opensaml4MainCompile')
testImplementation project(path : ':spring-security-web', configuration : 'tests')
testImplementation apachedsDependencies
testImplementation powerMock2Dependencies