Fix a compilation warning in spring-webflux
This commit is contained in:
parent
533ecf0244
commit
f7db4bf4f0
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue