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
commit 7bfac462b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,12 @@
<version>${mongodb-reactivestreams.version}</version> <version>${mongodb-reactivestreams.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>${projectreactor.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId> <artifactId>reactor-test</artifactId>
@ -109,6 +115,7 @@
<spring.version>5.1.0.RELEASE</spring.version> <spring.version>5.1.0.RELEASE</spring.version>
<mongodb-reactivestreams.version>1.9.2</mongodb-reactivestreams.version> <mongodb-reactivestreams.version>1.9.2</mongodb-reactivestreams.version>
<projectreactor.version>3.2.0.RELEASE</projectreactor.version> <projectreactor.version>3.2.0.RELEASE</projectreactor.version>
</properties> </properties>
</project> </project>