Add webflux as an API dependency of spring-boot-webclient

Closes gh-46292
This commit is contained in:
Stéphane Nicoll 2025-07-11 10:56:59 +02:00
parent 1124497ffa
commit efde264aee
1 changed files with 1 additions and 1 deletions

View File

@ -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"))