Remove spring-boot-web-server-test usage

Remove `spring-boot-web-server-test` usage from the
`spring-boot-webflux-test` module.

See gh-46356
See gh-47322
This commit is contained in:
Phillip Webb
2025-10-01 21:52:55 -07:00
parent ef37765625
commit 7c8a15629b
@@ -31,7 +31,6 @@ dependencies {
optional(project(":module:spring-boot-http-codec"))
optional(project(":module:spring-boot-jackson"))
optional(project(":module:spring-boot-validation"))
optional(project(":module:spring-boot-web-server-test"))
optional("org.junit.jupiter:junit-jupiter-api")
testImplementation(project(":test-support:spring-boot-test-support"))