commit
7bfac462b9
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue