We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f42e886 + b2134ee commit 8df2110Copy full SHA for 8df2110
spring-webmvc/spring-webmvc.gradle
@@ -39,6 +39,9 @@ dependencies {
39
optional("org.jetbrains.kotlinx:kotlinx-serialization-protobuf")
40
optional("org.reactivestreams:reactive-streams")
41
optional("org.webjars:webjars-locator-lite")
42
+ testCompileOnly("com.google.code.findbugs:findbugs") { // for groovy-templates
43
+ exclude group: "dom4j", module: "dom4j"
44
+ }
45
testImplementation(testFixtures(project(":spring-beans")))
46
testImplementation(testFixtures(project(":spring-context")))
47
testImplementation(testFixtures(project(":spring-core")))
0 commit comments