File tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-test-autoconfigure 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ dependencies {
119
119
testImplementation(" org.opensaml:opensaml-saml-impl:4.0.1" )
120
120
testImplementation(" org.skyscreamer:jsonassert" )
121
121
testImplementation(" org.springframework:spring-core-test" )
122
- testImplementation(" org.springframework.boot:spring-boot-starter-oauth2-client" )
123
122
testImplementation(" org.springframework.hateoas:spring-hateoas" )
124
123
testImplementation(" org.springframework.plugin:spring-plugin-core" )
124
+ testImplementation(" org.springframework.security:spring-security-oauth2-client" )
125
125
testImplementation(" org.springframework.security:spring-security-saml2-service-provider" ) {
126
126
exclude group : " org.opensaml" , module : " opensaml-core"
127
127
exclude group : " org.opensaml" , module : " opensaml-saml-api"
You can’t perform that action at this time.
0 commit comments