opensaml4MainCompile

This commit is contained in:
Rob Winch 2021-05-17 23:21:17 -05:00
parent 1491f2e0b6
commit 4d251157b2
1 changed files with 1 additions and 0 deletions

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