Browse Source

Fix WebFlux sample's reactor-test dependency

See gh-9427
pull/9249/merge
Andy Wilkinson 9 years ago
parent
commit
f4c9ab78b2
  1. 2
      spring-boot-samples/spring-boot-sample-webflux/pom.xml

2
spring-boot-samples/spring-boot-sample-webflux/pom.xml

@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor.addons</groupId>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
</dependency>
</dependencies>

Loading…
Cancel
Save