diff --git a/starter/spring-boot-starter-batch-test/build.gradle b/starter/spring-boot-starter-batch-test/build.gradle index 2102f543c78..2d1763dfcdf 100644 --- a/starter/spring-boot-starter-batch-test/build.gradle +++ b/starter/spring-boot-starter-batch-test/build.gradle @@ -23,4 +23,6 @@ description = "Starter for testing using Spring Batch" dependencies { api(project(":starter:spring-boot-starter-batch")) api(project(":starter:spring-boot-starter-test")) + + api("org.springframework.batch:spring-batch-test") }