Skip to content

Commit a029e75

Browse files
committed
Merge pull request #31122 from hpoettker
* gh-31122: Use Spring Batch Bom Closes gh-31122
2 parents b0536c1 + 102d9ff commit a029e75

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,11 +1376,8 @@ bom {
13761376
}
13771377
library("Spring Batch", "5.0.0-M3") {
13781378
group("org.springframework.batch") {
1379-
modules = [
1380-
"spring-batch-core",
1381-
"spring-batch-infrastructure",
1382-
"spring-batch-integration",
1383-
"spring-batch-test"
1379+
imports = [
1380+
"spring-batch-bom"
13841381
]
13851382
}
13861383
}

0 commit comments

Comments
 (0)