Merge branch '6.2.x'

This commit is contained in:
Sam Brannen 2025-02-12 17:50:22 +01:00
commit 8df21109f2
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ dependencies {
optional("org.jetbrains.kotlinx:kotlinx-serialization-protobuf") optional("org.jetbrains.kotlinx:kotlinx-serialization-protobuf")
optional("org.reactivestreams:reactive-streams") optional("org.reactivestreams:reactive-streams")
optional("org.webjars:webjars-locator-lite") 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-beans")))
testImplementation(testFixtures(project(":spring-context"))) testImplementation(testFixtures(project(":spring-context")))
testImplementation(testFixtures(project(":spring-core"))) testImplementation(testFixtures(project(":spring-core")))