Move code from docker-compose-all into relevant modules

This commit is contained in:
Andy Wilkinson
2025-06-06 16:37:05 +01:00
committed by Phillip Webb
parent 183a0fbdf5
commit d337c44c2f
28 changed files with 75 additions and 95 deletions

View File

@@ -241,7 +241,6 @@ dependencies {
implementation(project(path: ":spring-boot-project:spring-boot-data-neo4j"))
implementation(project(path: ":spring-boot-project:spring-boot-devtools"))
implementation(project(path: ":spring-boot-project:spring-boot-docker-compose"))
implementation(project(path: ":spring-boot-project:spring-boot-docker-compose-all"))
implementation(project(path: ":spring-boot-project:spring-boot-http-converter"))
implementation(project(path: ":spring-boot-project:spring-boot-http-codec"))
implementation(project(path: ":spring-boot-project:spring-boot-integration"))