Reduce dependencies of spring-boot-actuator

This commit is contained in:
Andy Wilkinson
2025-05-21 14:39:59 +01:00
committed by Phillip Webb
parent 999002119c
commit 25bb313d91
65 changed files with 16356 additions and 82 deletions

View File

@@ -46,7 +46,7 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-test"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-actuator")))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-actuator-integration-tests")))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-autoconfigure")))
testRuntimeOnly("ch.qos.logback:logback-classic")