diff --git a/starter/spring-boot-starter-batch-jdbc-test/build.gradle b/starter/spring-boot-starter-batch-jdbc-test/build.gradle index 73a764b59aa..05be267f75c 100644 --- a/starter/spring-boot-starter-batch-jdbc-test/build.gradle +++ b/starter/spring-boot-starter-batch-jdbc-test/build.gradle @@ -21,5 +21,6 @@ plugins { description = "Starter for testing using Spring Batch with JDBC" dependencies { + api(project(":starter:spring-boot-starter-batch-test")) api(project(":starter:spring-boot-starter-jdbc-test")) }