Fix the build
This commit add missing compileOnly jsr305 dependencies.
This commit is contained in:
parent
80a84945ef
commit
94e3b54581
|
@ -7,6 +7,7 @@ dependencies {
|
|||
api(project(":spring-beans"))
|
||||
api(project(":spring-core"))
|
||||
compileOnly("jakarta.validation:jakarta.validation-api")
|
||||
compileOnly("com.google.code.findbugs:jsr305") // for Reactor
|
||||
optional(project(":spring-context"))
|
||||
optional(project(":spring-oxm"))
|
||||
optional("com.fasterxml.jackson.core:jackson-databind")
|
||||
|
|
|
@ -8,6 +8,7 @@ dependencies {
|
|||
api(project(":spring-core"))
|
||||
api("io.micrometer:micrometer-observation")
|
||||
compileOnly("io.projectreactor.tools:blockhound")
|
||||
compileOnly("com.google.code.findbugs:jsr305") // for Reactor
|
||||
optional(project(":spring-aop"))
|
||||
optional(project(":spring-context"))
|
||||
optional(project(":spring-oxm"))
|
||||
|
|
Loading…
Reference in New Issue