Skip to content

Commit b2cc5a3

Browse files
committed
Add reactor-test to spring-boot-starter-webflux-test
Closes gh-47632
1 parent 683d456 commit b2cc5a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

starter/spring-boot-starter-webflux-test/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ dependencies {
2727

2828
api(project(":module:spring-boot-webflux-test"))
2929
api(project(":module:spring-boot-webtestclient"))
30+
31+
api("io.projectreactor:reactor-test")
3032
}

0 commit comments

Comments
 (0)