We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a8494 commit 94e3b54Copy full SHA for 94e3b54
spring-messaging/spring-messaging.gradle
@@ -7,6 +7,7 @@ dependencies {
7
api(project(":spring-beans"))
8
api(project(":spring-core"))
9
compileOnly("jakarta.validation:jakarta.validation-api")
10
+ compileOnly("com.google.code.findbugs:jsr305") // for Reactor
11
optional(project(":spring-context"))
12
optional(project(":spring-oxm"))
13
optional("com.fasterxml.jackson.core:jackson-databind")
spring-web/spring-web.gradle
@@ -8,6 +8,7 @@ dependencies {
api("io.micrometer:micrometer-observation")
compileOnly("io.projectreactor.tools:blockhound")
optional(project(":spring-aop"))
14
0 commit comments