Skip to content

Commit 102d9ff

Browse files
hpoettkerwilkinsona
authored andcommitted
Use Spring Batch Bom
See gh-31122
1 parent 1b1e6e6 commit 102d9ff

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)