Browse Source

Merge branch 'main' into 4.0.x

pull/45939/head
Stéphane Nicoll 8 months ago
parent
commit
b0a76bca0f
  1. 2
      spring-boot-project/spring-boot-test-autoconfigure/build.gradle

2
spring-boot-project/spring-boot-test-autoconfigure/build.gradle

@ -114,9 +114,9 @@ dependencies { @@ -114,9 +114,9 @@ dependencies {
testImplementation("org.opensaml:opensaml-saml-impl:4.0.1")
testImplementation("org.skyscreamer:jsonassert")
testImplementation("org.springframework:spring-core-test")
testImplementation("org.springframework.boot:spring-boot-starter-oauth2-client")
testImplementation("org.springframework.hateoas:spring-hateoas")
testImplementation("org.springframework.plugin:spring-plugin-core")
testImplementation("org.springframework.security:spring-security-oauth2-client")
testImplementation("org.springframework.security:spring-security-saml2-service-provider") {
exclude group: "org.opensaml", module: "opensaml-core"
exclude group: "org.opensaml", module: "opensaml-saml-api"

Loading…
Cancel
Save