Add reactor-test to spring-boot-starter-webflux-test

Closes gh-47632
This commit is contained in:
Stéphane Nicoll
2025-10-14 17:59:52 +02:00
parent 683d4568be
commit b2cc5a3a0b
@@ -27,4 +27,6 @@ dependencies {
api(project(":module:spring-boot-webflux-test"))
api(project(":module:spring-boot-webtestclient"))
api("io.projectreactor:reactor-test")
}