We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6524141 commit 169b1b1Copy full SHA for 169b1b1
module/spring-boot-webflux/build.gradle
@@ -27,9 +27,9 @@ description = "Spring Boot WebFlux"
27
28
dependencies {
29
api(project(":core:spring-boot"))
30
+ api(project(":module:spring-boot-http-codec"))
31
api("org.springframework:spring-webflux")
32
- implementation(project(":module:spring-boot-http-codec"))
33
implementation(project(":module:spring-boot-web-server"))
34
35
optional(project(":core:spring-boot-autoconfigure"))
0 commit comments