Skip to content

Commit a59c93c

Browse files
committed
Add dependency spring-boot-starter-webclient to docs
1 parent 4a25929 commit a59c93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/spring-authorization-server-docs.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ dependencies {
7171
runtimeOnly "com.h2database:h2"
7272
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
7373
testImplementation "org.springframework.boot:spring-boot-starter-test"
74+
testImplementation "org.springframework.boot:spring-boot-starter-webclient"
7475
testImplementation "org.springframework.security:spring-security-test"
7576
testImplementation "com.github.codemonstur:embedded-redis:1.4.3"
7677
}

0 commit comments

Comments
 (0)