Move remaining integration tests out of actuator-autoconfigure-all

This commit is contained in:
Andy Wilkinson
2025-06-09 13:37:35 +01:00
committed by Phillip Webb
parent 18da9e1343
commit bf385649ec
32 changed files with 251 additions and 479 deletions

View File

@@ -358,7 +358,7 @@ dependencies {
springApplicationExample(platform(project(":spring-boot-project:spring-boot-dependencies")))
springApplicationExample(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
testImplementation(project(":spring-boot-project:spring-boot-actuator-autoconfigure-all"))
testImplementation(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testRuntimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))