Move code from spring-boot-actuator to spring-boot-integration

This commit is contained in:
Andy Wilkinson
2025-05-09 16:05:41 +01:00
committed by Phillip Webb
parent 108ee378ff
commit 792314c2ec
9 changed files with 20 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ dependencies {
implementation(project(":spring-boot-project:spring-boot-sql"))
optional(project(":spring-boot-project:spring-boot-actuator"))
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
optional(project(":spring-boot-project:spring-boot-jdbc"))
optional(project(":spring-boot-project:spring-boot-rsocket"))
@@ -25,6 +26,8 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-rsocket"))
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("org.springframework:spring-web")
testRuntimeOnly(project(":spring-boot-project:spring-boot-reactor-netty"))
testRuntimeOnly("ch.qos.logback:logback-classic")