Commit ba3b83c7 authored by Brian Clozel's avatar Brian Clozel

Fix dependency scope for reactor-test

This is a test dependency and should be marked as such.

Fixes gh-8789
parent 4a8d3532
......@@ -334,6 +334,7 @@
<dependency>
<groupId>io.projectreactor.addons</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
......
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