diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 2c098e966e8..7f4aabc0d1d 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -39,6 +39,9 @@ dependencies { optional("org.jetbrains.kotlinx:kotlinx-serialization-protobuf") optional("org.reactivestreams:reactive-streams") optional("org.webjars:webjars-locator-lite") + testCompileOnly("com.google.code.findbugs:findbugs") { // for groovy-templates + exclude group: "dom4j", module: "dom4j" + } testImplementation(testFixtures(project(":spring-beans"))) testImplementation(testFixtures(project(":spring-context"))) testImplementation(testFixtures(project(":spring-core")))