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 37b26bbCopy full SHA for 37b26bb
spring-data-mongodb/pom.xml
@@ -19,7 +19,7 @@
19
<objenesis>1.3</objenesis>
20
<equalsverifier>1.5</equalsverifier>
21
<mongo>3.2.2</mongo>
22
- <rxjava>1.1.9</rxjava>
+ <spring>5.0.0.BUILD-SNAPSHOT</spring>
23
</properties>
24
25
<dependencies>
@@ -118,6 +118,13 @@
118
<version>${rxjava}</version>
119
<optional>true</optional>
120
</dependency>
121
+
122
+ <dependency>
123
+ <groupId>io.reactivex</groupId>
124
+ <artifactId>rxjava-reactive-streams</artifactId>
125
+ <version>${rxjava-reactive-streams}</version>
126
+ <optional>true</optional>
127
+ </dependency>
128
129
<!-- CDI -->
130
<dependency>
0 commit comments