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 4a25929 commit a59c93cCopy full SHA for a59c93c
docs/spring-authorization-server-docs.gradle
@@ -71,6 +71,7 @@ dependencies {
71
runtimeOnly "com.h2database:h2"
72
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
73
testImplementation "org.springframework.boot:spring-boot-starter-test"
74
+ testImplementation "org.springframework.boot:spring-boot-starter-webclient"
75
testImplementation "org.springframework.security:spring-security-test"
76
testImplementation "com.github.codemonstur:embedded-redis:1.4.3"
77
}
0 commit comments