Skip to content

Commit 8df2110

Browse files
committed
Merge branch '6.2.x'
2 parents f42e886 + b2134ee commit 8df2110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: spring-webmvc/spring-webmvc.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ dependencies {
3939
optional("org.jetbrains.kotlinx:kotlinx-serialization-protobuf")
4040
optional("org.reactivestreams:reactive-streams")
4141
optional("org.webjars:webjars-locator-lite")
42+
testCompileOnly("com.google.code.findbugs:findbugs") { // for groovy-templates
43+
exclude group: "dom4j", module: "dom4j"
44+
}
4245
testImplementation(testFixtures(project(":spring-beans")))
4346
testImplementation(testFixtures(project(":spring-context")))
4447
testImplementation(testFixtures(project(":spring-core")))

0 commit comments

Comments
 (0)