We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ea6b5 commit 58d8b93Copy full SHA for 58d8b93
starter/spring-boot-starter-batch-jdbc/build.gradle
@@ -22,6 +22,7 @@ description = "Starter for using Spring Batch with JDBC"
22
23
dependencies {
24
api(project(":starter:spring-boot-starter"))
25
+ api(project(":starter:spring-boot-starter-batch"))
26
api(project(":starter:spring-boot-starter-jdbc"))
27
28
api(project(":module:spring-boot-batch-jdbc"))
0 commit comments