Skip to content

Commit 58d8b93

Browse files
committed
Add dependency to spring-boot-starter-batch
Closes gh-47777
1 parent 26ea6b5 commit 58d8b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starter/spring-boot-starter-batch-jdbc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description = "Starter for using Spring Batch with JDBC"
2222

2323
dependencies {
2424
api(project(":starter:spring-boot-starter"))
25+
api(project(":starter:spring-boot-starter-batch"))
2526
api(project(":starter:spring-boot-starter-jdbc"))
2627

2728
api(project(":module:spring-boot-batch-jdbc"))

0 commit comments

Comments
 (0)