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") { library("Spring Batch", "5.0.0-M3") {
group("org.springframework.batch") { group("org.springframework.batch") {
modules = [ imports = [
"spring-batch-core", "spring-batch-bom"
"spring-batch-infrastructure",
"spring-batch-integration",
"spring-batch-test"
] ]
} }
} }

Loading…
Cancel
Save