Remove spring-boot-autoconfigure-all

This commit is contained in:
Andy Wilkinson
2025-06-05 13:35:57 +01:00
committed by Phillip Webb
parent 4730c646f2
commit e3b93778b9
13 changed files with 92 additions and 187 deletions

View File

@@ -24,11 +24,11 @@ artifacts {
dependencies {
api(project(":spring-boot-project:spring-boot"))
api(project(":spring-boot-project:spring-boot-autoconfigure-all"))
api(project(":spring-boot-project:spring-boot-autoconfigure"))
intTestDependencies(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
intTestImplementation(project(":spring-boot-project:spring-boot-autoconfigure-all"))
intTestImplementation(project(":spring-boot-project:spring-boot-autoconfigure"))
intTestImplementation(project(":spring-boot-project:spring-boot-restclient"))
intTestImplementation(project(":spring-boot-project:spring-boot-test"))
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))