Make Batch JDBC Test starter depends on Batch Test starter

This makes sure that test utilities are shared, typically
spring-batch-test.

Closes gh-47794
This commit is contained in:
Stéphane Nicoll
2025-10-27 11:06:44 +01:00
parent 7e5046aa26
commit 2ec1e822b6
@@ -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"))
}