From efde264aee3154e35639bddef9b641ea09030b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Jul 2025 10:56:59 +0200 Subject: [PATCH] Add webflux as an API dependency of spring-boot-webclient Closes gh-46292 --- module/spring-boot-webclient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/spring-boot-webclient/build.gradle b/module/spring-boot-webclient/build.gradle index 788da44c228..7872752c762 100644 --- a/module/spring-boot-webclient/build.gradle +++ b/module/spring-boot-webclient/build.gradle @@ -26,7 +26,7 @@ description = "Spring Boot WebClient" dependencies { api(project(":core:spring-boot")) api(project(":module:spring-boot-http-client")) - api("org.springframework:spring-web") + api("org.springframework:spring-webflux") implementation(project(":module:spring-boot-http-codec"))