Skip to content

Commit 169b1b1

Browse files
committed
Allow CodecCustomizer to be used out-of-the-box with WebFlux
Closes gh-47397
1 parent 6524141 commit 169b1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/spring-boot-webflux/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ description = "Spring Boot WebFlux"
2727

2828
dependencies {
2929
api(project(":core:spring-boot"))
30+
api(project(":module:spring-boot-http-codec"))
3031
api("org.springframework:spring-webflux")
3132

32-
implementation(project(":module:spring-boot-http-codec"))
3333
implementation(project(":module:spring-boot-web-server"))
3434

3535
optional(project(":core:spring-boot-autoconfigure"))

0 commit comments

Comments
 (0)