Move actuator test support out spring-boot-actuator-integration-tests

This commit is contained in:
Stéphane Nicoll
2025-05-22 16:12:09 +02:00
committed by Phillip Webb
parent 38541dd896
commit 306a238e05
11 changed files with 68 additions and 20 deletions

View File

@@ -44,9 +44,9 @@ dependencies {
dockerTestImplementation("org.testcontainers:junit-jupiter")
dockerTestImplementation("org.testcontainers:testcontainers")
testImplementation(project(":spring-boot-project:spring-boot-actuator-test-support"))
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-integration-tests")))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-autoconfigure")))
testRuntimeOnly("ch.qos.logback:logback-classic")