mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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:
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user