Split WebEndpointTest infrastructure configuration

This commit is contained in:
Stéphane Nicoll
2025-05-22 17:03:13 +02:00
committed by Phillip Webb
parent bf38d1176d
commit 431210d7b2
24 changed files with 492 additions and 185 deletions

View File

@@ -23,11 +23,13 @@ dependencies {
optional("org.springframework.integration:spring-integration-jmx")
optional("org.springframework.integration:spring-integration-rsocket")
testImplementation(project(":spring-boot-project:spring-boot-actuator-test-support"))
testImplementation(project(":spring-boot-project:spring-boot-flyway"))
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-jersey")))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-webflux")))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-webmvc")))
testImplementation("org.springframework:spring-web")
testRuntimeOnly(project(":spring-boot-project:spring-boot-reactor-netty"))