Add Spring Batch test utilities to Batch test starter

Closes gh-47792
This commit is contained in:
Stéphane Nicoll 2025-10-26 08:48:08 +01:00
parent 487bd731d8
commit 7e5046aa26
1 changed files with 2 additions and 0 deletions

View File

@ -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")
}