mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add webflux as an API dependency of spring-boot-webclient
Closes gh-46292
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user