We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5d96b commit 47fc9ebCopy full SHA for 47fc9eb
spring-data-mongodb/pom.xml
@@ -19,7 +19,8 @@
19
<objenesis>1.3</objenesis>
20
<equalsverifier>1.5</equalsverifier>
21
<mongo>3.2.2</mongo>
22
- <rxjava>1.1.9</rxjava>
+ <rxjava>1.2.0</rxjava>
23
+ <spring>5.0.0.BUILD-SNAPSHOT</spring>
24
</properties>
25
26
<dependencies>
@@ -118,6 +119,13 @@
118
119
<version>${rxjava}</version>
120
<optional>true</optional>
121
</dependency>
122
+
123
+ <dependency>
124
+ <groupId>io.reactivex</groupId>
125
+ <artifactId>rxjava-reactive-streams</artifactId>
126
+ <version>${rxjava}</version>
127
+ <optional>true</optional>
128
+ </dependency>
129
130
<!-- CDI -->
131
<dependency>
0 commit comments