Skip to content

Commit

Permalink
Merge pull request #31122 from hpoettker
Browse files Browse the repository at this point in the history
* gh-31122:
  Use Spring Batch Bom

Closes gh-31122
  • Loading branch information
wilkinsona committed May 19, 2022
2 parents b0536c1 + 102d9ff commit a029e75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down

0 comments on commit a029e75

Please sign in to comment.