We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683d456 commit b2cc5a3Copy full SHA for b2cc5a3
starter/spring-boot-starter-webflux-test/build.gradle
@@ -27,4 +27,6 @@ dependencies {
27
28
api(project(":module:spring-boot-webflux-test"))
29
api(project(":module:spring-boot-webtestclient"))
30
+
31
+ api("io.projectreactor:reactor-test")
32
}
0 commit comments