Browse Source

Add dependency spring-boot-starter-webclient to docs

pull/2138/head
Joe Grandja 8 months ago
parent
commit
a59c93c3af
  1. 1
      docs/spring-authorization-server-docs.gradle

1
docs/spring-authorization-server-docs.gradle

@ -71,6 +71,7 @@ dependencies { @@ -71,6 +71,7 @@ dependencies {
runtimeOnly "com.h2database:h2"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.springframework.boot:spring-boot-starter-webclient"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "com.github.codemonstur:embedded-redis:1.4.3"
}

Loading…
Cancel
Save