Skip to content

Commit 01e9baa

Browse files
committed
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
1 parent 5b2cb79 commit 01e9baa

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ dependencies {
110110
testImplementation("org.mockito:mockito-junit-jupiter")
111111
testImplementation("org.skyscreamer:jsonassert")
112112
testImplementation("org.springframework:spring-core-test")
113-
testImplementation("org.springframework.boot:spring-boot-starter-oauth2-client")
114113
testImplementation("org.springframework.hateoas:spring-hateoas")
115114
testImplementation("org.springframework.plugin:spring-plugin-core")
115+
testImplementation("org.springframework.security:spring-security-oauth2-client")
116116
testImplementation("org.thymeleaf:thymeleaf")
117117
}
118118

0 commit comments

Comments
 (0)