Browse Source

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

Closes gh-47632
pull/47637/head
Stéphane Nicoll 2 months ago
parent
commit
b2cc5a3a0b
  1. 2
      starter/spring-boot-starter-webflux-test/build.gradle

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

@ -27,4 +27,6 @@ dependencies { @@ -27,4 +27,6 @@ dependencies {
api(project(":module:spring-boot-webflux-test"))
api(project(":module:spring-boot-webtestclient"))
api("io.projectreactor:reactor-test")
}

Loading…
Cancel
Save