File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies {
2525 optional project(' :spring-security-ldap' )
2626 optional project(' :spring-security-messaging' )
2727 optional project(path : ' :spring-security-saml2-service-provider' )
28- opensaml5 project(path : ' :spring-security-saml2-service-provider' , configuration : ' opensamlFiveMain' )
2928 optional project(' :spring-security-oauth2-client' )
3029 optional project(' :spring-security-oauth2-jose' )
3130 optional project(' :spring-security-oauth2-resource-server' )
@@ -170,15 +169,3 @@ test {
170169 }
171170 }
172171}
173-
174- tasks. register(" opensaml5Test" , Test ) {
175- filter {
176- includeTestsMatching " org.springframework.security.config.annotation.web.configurers.saml2.*"
177- }
178- useJUnitPlatform()
179- classpath = sourceSets. main. output + sourceSets. test. output + configurations. opensaml5
180- }
181-
182- tasks. named(" check" ) {
183- dependsOn opensaml5Test
184- }
You can’t perform that action at this time.
0 commit comments