Merge branch 'main' into 4.0.x

This commit is contained in:
Stéphane Nicoll
2025-05-28 15:16:34 +02:00

View File

@@ -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"