Remove no-longer-needed spring-boot-all module

This commit is contained in:
Andy Wilkinson
2025-05-02 16:12:42 +01:00
committed by Phillip Webb
parent 4f579905ef
commit c33ee45ba2
43 changed files with 12 additions and 324 deletions

View File

@@ -9,7 +9,7 @@ plugins {
description = "Spring Boot Docker Compose Support"
dependencies {
api(project(":spring-boot-project:spring-boot-all"))
api(project(":spring-boot-project:spring-boot"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-jdbc"))
dockerTestImplementation(project(":spring-boot-project:spring-boot-flyway"))