Browse Source

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

Closes gh-46292
pull/46408/head
Stéphane Nicoll 5 months ago
parent
commit
efde264aee
  1. 2
      module/spring-boot-webclient/build.gradle

2
module/spring-boot-webclient/build.gradle

@ -26,7 +26,7 @@ description = "Spring Boot WebClient" @@ -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"))

Loading…
Cancel
Save