Skip to content

Commit 37b26bb

Browse files
committed
DATAMONGO-1444 - Upgrade dependencies.
Add rxjava-reactive-streams, use Spring 5 SNAPSHOT build for adapter compatibility. Remove RxJava1 version override.
1 parent 6a5d96b commit 37b26bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

spring-data-mongodb/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<objenesis>1.3</objenesis>
2020
<equalsverifier>1.5</equalsverifier>
2121
<mongo>3.2.2</mongo>
22-
<rxjava>1.1.9</rxjava>
22+
<spring>5.0.0.BUILD-SNAPSHOT</spring>
2323
</properties>
2424

2525
<dependencies>
@@ -118,6 +118,13 @@
118118
<version>${rxjava}</version>
119119
<optional>true</optional>
120120
</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>
121128

122129
<!-- CDI -->
123130
<dependency>

0 commit comments

Comments
 (0)