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 1124497 commit efde264Copy full SHA for efde264
module/spring-boot-webclient/build.gradle
@@ -26,7 +26,7 @@ description = "Spring Boot WebClient"
26
dependencies {
27
api(project(":core:spring-boot"))
28
api(project(":module:spring-boot-http-client"))
29
- api("org.springframework:spring-web")
+ api("org.springframework:spring-webflux")
30
31
implementation(project(":module:spring-boot-http-codec"))
32
0 commit comments