Commit f4c9ab78 authored by Andy Wilkinson's avatar Andy Wilkinson

Fix WebFlux sample's reactor-test dependency

See gh-9427
parent e9dceb42
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.projectreactor.addons</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId> <artifactId>reactor-test</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment