mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user