Start splitting up spring-boot-autoconfigure

This commit is contained in:
Andy Wilkinson
2025-03-06 11:44:37 +00:00
committed by Phillip Webb
parent 349f296d26
commit 710b1d80eb
1293 changed files with 3877 additions and 3616 deletions

View File

@@ -24,11 +24,11 @@ artifacts {
dependencies {
api(project(":spring-boot-project:spring-boot-all"))
api(project(":spring-boot-project:spring-boot-autoconfigure"))
api(project(":spring-boot-project:spring-boot-autoconfigure-all"))
intTestDependencies(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
intTestImplementation(project(":spring-boot-project:spring-boot-autoconfigure"))
intTestImplementation(project(":spring-boot-project:spring-boot-autoconfigure-all"))
intTestImplementation(project(":spring-boot-project:spring-boot-test"))
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
intTestImplementation("org.apache.httpcomponents.client5:httpclient5")