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

@@ -78,7 +78,6 @@ dependencies {
mavenRepository(project(path: ":spring-boot-project:spring-boot-test", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-docker-compose", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-docker-compose-all", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-parent", configuration: "mavenRepository"))
versionProperties(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "resolvedBom"))