Merge pull request #31122 from hpoettker

* gh-31122:
  Use Spring Batch Bom

Closes gh-31122
This commit is contained in:
Andy Wilkinson 2022-05-19 13:15:19 +01:00
commit a029e7511c

View File

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