Skip to content

Commit efde264

Browse files
committed
Add webflux as an API dependency of spring-boot-webclient
Closes gh-46292
1 parent 1124497 commit efde264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/spring-boot-webclient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description = "Spring Boot WebClient"
2626
dependencies {
2727
api(project(":core:spring-boot"))
2828
api(project(":module:spring-boot-http-client"))
29-
api("org.springframework:spring-web")
29+
api("org.springframework:spring-webflux")
3030

3131
implementation(project(":module:spring-boot-http-codec"))
3232

0 commit comments

Comments
 (0)