#297 - Move MongoDB example from RxJava1 to RxJava2.

This commit is contained in:
Christoph Strobl
2017-07-25 16:48:33 +02:00
committed by Oliver Gierke
parent b87336ba8f
commit 7a557bfd72
5 changed files with 47 additions and 47 deletions

View File

@@ -23,8 +23,9 @@
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>