Use Spring Batch Bom

See gh-31122
This commit is contained in:
Henning Poettker
2022-05-19 11:10:43 +02:00
committed by Andy Wilkinson
parent 1b1e6e6f73
commit 102d9ff10a

View File

@@ -1376,11 +1376,8 @@ bom {
}
library("Spring Batch", "5.0.0-M3") {
group("org.springframework.batch") {
modules = [
"spring-batch-core",
"spring-batch-infrastructure",
"spring-batch-integration",
"spring-batch-test"
imports = [
"spring-batch-bom"
]
}
}