DATAMONGO-1559 - Polishing.

Migrate off deprecated Cancellation API to Disposable.
This commit is contained in:
Mark Paluch
2017-03-24 17:46:41 +01:00
parent 955597bb54
commit 4fd9edf585
6 changed files with 24 additions and 20 deletions

View File

@@ -111,6 +111,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.addons</groupId>
<artifactId>reactor-test</artifactId>
<version>${reactor}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>