We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533ecf0 commit f7db4bfCopy full SHA for f7db4bf
spring-webflux/spring-webflux.gradle
@@ -8,6 +8,7 @@ dependencies {
8
api(project(":spring-core"))
9
api(project(":spring-web"))
10
api("io.projectreactor:reactor-core")
11
+ compileOnly("com.google.code.findbugs:jsr305")
12
optional(project(":spring-context"))
13
optional(project(":spring-context-support")) // for FreeMarker support
14
optional("com.fasterxml.jackson.core:jackson-databind")
0 commit comments