Skip to content

Commit

Permalink
Use Spring Batch Bom
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoettker authored and wilkinsona committed May 19, 2022
1 parent 1b1e6e6 commit 102d9ff
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 102d9ff

Please sign in to comment.