mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
Add Spring Batch test utilities to Batch test starter
Closes gh-47792
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user