Move code from spring-boot-actuator to spring-boot-http-client

This commit is contained in:
Andy Wilkinson
2025-05-12 12:19:02 +01:00
committed by Phillip Webb
parent 7d4c95815d
commit 81771ecb24
10 changed files with 21 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-test"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation("io.micrometer:micrometer-observation-test")
testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("jakarta.servlet:jakarta.servlet-api")