Move code out of testcontainers-all into relevant modules

This commit is contained in:
Andy Wilkinson
2025-06-06 15:45:51 +01:00
committed by Phillip Webb
parent fb886a1818
commit 183a0fbdf5
30 changed files with 95 additions and 86 deletions

View File

@@ -258,7 +258,7 @@ dependencies {
implementation(project(path: ":spring-boot-project:spring-boot-security"))
implementation(project(path: ":spring-boot-project:spring-boot-test"))
implementation(project(path: ":spring-boot-project:spring-boot-test-autoconfigure"))
implementation(project(path: ":spring-boot-project:spring-boot-testcontainers-all"))
implementation(project(path: ":spring-boot-project:spring-boot-testcontainers"))
implementation(project(path: ":spring-boot-project:spring-boot-tomcat"))
implementation(project(path: ":spring-boot-project:spring-boot-tools:spring-boot-cli"))
implementation(project(path: ":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))