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

@@ -18,7 +18,7 @@ configurations {
}
dependencies {
compileOnlyProject(project(":spring-boot-project:spring-boot-all"))
compileOnlyProject(project(":spring-boot-project:spring-boot"))
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
implementation("com.vaadin.external.google:android-json")
@@ -33,7 +33,7 @@ dependencies {
loader(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
testImplementation(project(":spring-boot-project:spring-boot-all"))
testImplementation(project(":spring-boot-project:spring-boot"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation(project(":spring-boot-project:spring-boot-test"))
}

View File

@@ -73,7 +73,7 @@ dependencies {
intTestImplementation("org.assertj:assertj-core")
intTestImplementation("org.junit.jupiter:junit-jupiter")
mavenRepository(project(path: ":spring-boot-project:spring-boot-all", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-test", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))

View File

@@ -6,7 +6,7 @@ plugins {
description = "Spring Boot Properties Migrator"
dependencies {
implementation(project(":spring-boot-project:spring-boot-all"))
implementation(project(":spring-boot-project:spring-boot"))
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-configuration-metadata"))
testImplementation(project(":spring-boot-project:spring-boot-test"))