Move code from spring-boot-actuator to spring-boot-integration
This commit is contained in:
committed by
Phillip Webb
parent
108ee378ff
commit
792314c2ec
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user