Merge pull request #5420 from eugenp/reactor-fix

add reactor core
This commit is contained in:
Loredana Crusoveanu
2018-10-10 20:10:29 +03:00
committed by GitHub
+7
View File
@@ -34,6 +34,12 @@
<version>${mongodb-reactivestreams.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>${projectreactor.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
@@ -109,6 +115,7 @@
<spring.version>5.1.0.RELEASE</spring.version>
<mongodb-reactivestreams.version>1.9.2</mongodb-reactivestreams.version>
<projectreactor.version>3.2.0.RELEASE</projectreactor.version>
</properties>
</project>