Split WebEndpointTest infrastructure configuration
This commit is contained in:
committed by
Phillip Webb
parent
bf38d1176d
commit
431210d7b2
@@ -28,11 +28,13 @@ dependencies {
|
||||
testFixturesImplementation(testFixtures(project(":spring-boot-project:spring-boot-web-server")))
|
||||
testFixturesImplementation("io.projectreactor:reactor-core")
|
||||
|
||||
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-tomcat"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-webflux"))
|
||||
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(testFixtures(project(":spring-boot-project:spring-boot-web-server")))
|
||||
testImplementation("net.minidev:json-smart")
|
||||
testImplementation("io.projectreactor:reactor-test")
|
||||
|
||||
Reference in New Issue
Block a user