Reduce dependencies of spring-boot-actuator
This commit is contained in:
committed by
Phillip Webb
parent
999002119c
commit
25bb313d91
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user