Fix test dependencies of WebMvcTestOAuth2Tests

This commit fixes the dependencies of spring-boot-test-autoconfigure so
that it does not depend on a starter.

See gh-45654
This commit is contained in:
Stéphane Nicoll
2025-05-28 15:02:39 +02:00
parent 5b2cb79bb1
commit 01e9baa225

View File

@@ -110,9 +110,9 @@ dependencies {
testImplementation("org.mockito:mockito-junit-jupiter")
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.thymeleaf:thymeleaf")
}