Merge pull request #31122 from hpoettker

* gh-31122:
  Use Spring Batch Bom

Closes gh-31122
pull/31126/head
Andy Wilkinson 3 years ago
commit a029e7511c

@ -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"
]
}
}

Loading…
Cancel
Save