Fix a compilation warning in spring-webflux

This commit is contained in:
Sébastien Deleuze 2025-03-02 19:15:26 +01:00
parent 533ecf0244
commit f7db4bf4f0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ dependencies {
api(project(":spring-core"))
api(project(":spring-web"))
api("io.projectreactor:reactor-core")
compileOnly("com.google.code.findbugs:jsr305")
optional(project(":spring-context"))
optional(project(":spring-context-support")) // for FreeMarker support
optional("com.fasterxml.jackson.core:jackson-databind")