Move Docker-related test support into a separate module

See gh-41228
This commit is contained in:
Andy Wilkinson
2024-06-26 11:10:16 +01:00
parent fda6f19c5b
commit 654016af7f
38 changed files with 86 additions and 70 deletions

View File

@@ -21,7 +21,7 @@ dependencies {
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository")
app("org.bouncycastle:bcprov-jdk18on:1.78.1")
dockerTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support-docker"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
dockerTestImplementation("org.testcontainers:junit-jupiter")
dockerTestImplementation("org.testcontainers:testcontainers")