We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2cb79 commit 01e9baaCopy full SHA for 01e9baa
spring-boot-project/spring-boot-test-autoconfigure/build.gradle
@@ -110,9 +110,9 @@ dependencies {
110
testImplementation("org.mockito:mockito-junit-jupiter")
111
testImplementation("org.skyscreamer:jsonassert")
112
testImplementation("org.springframework:spring-core-test")
113
- testImplementation("org.springframework.boot:spring-boot-starter-oauth2-client")
114
testImplementation("org.springframework.hateoas:spring-hateoas")
115
testImplementation("org.springframework.plugin:spring-plugin-core")
+ testImplementation("org.springframework.security:spring-security-oauth2-client")
116
testImplementation("org.thymeleaf:thymeleaf")
117
}
118
0 commit comments