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 {
25
25
optional project(' :spring-security-ldap' )
26
26
optional project(' :spring-security-messaging' )
27
27
optional project(path : ' :spring-security-saml2-service-provider' )
28
- opensaml5 project(path : ' :spring-security-saml2-service-provider' , configuration : ' opensamlFiveMain' )
29
28
optional project(' :spring-security-oauth2-client' )
30
29
optional project(' :spring-security-oauth2-jose' )
31
30
optional project(' :spring-security-oauth2-resource-server' )
@@ -170,15 +169,3 @@ test {
170
169
}
171
170
}
172
171
}
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