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 1491f2e commit 4d25115Copy full SHA for 4d25115
config/spring-security-config.gradle
@@ -48,6 +48,7 @@ dependencies {
48
testImplementation project(path : ':spring-security-oauth2-client', configuration : 'tests')
49
testImplementation project(path : ':spring-security-oauth2-resource-server', configuration : 'tests')
50
testImplementation project(path : ':spring-security-saml2-service-provider', configuration : 'tests')
51
+ testImplementation project(path: ':spring-security-saml2-service-provider', configuration: 'opensaml4MainCompile')
52
testImplementation project(path : ':spring-security-web', configuration : 'tests')
53
testImplementation apachedsDependencies
54
testImplementation powerMock2Dependencies
0 commit comments