DATAREDIS-663 - Inherit Project Reactor version from dependency management.

Adapt to BOM import in Spring Data Build pom.
This commit is contained in:
Mark Paluch
2017-07-20 11:06:02 +02:00
parent 4fc58ad8cf
commit 54ba6e3494

View File

@@ -88,7 +88,6 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>${reactor}</version>
<optional>true</optional>
</dependency>
@@ -192,7 +191,6 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>${reactor}</version>
<scope>test</scope>
</dependency>
</dependencies>