Commit 0b59751b authored by Stephane Nicoll's avatar Stephane Nicoll

Fix Spring Data Couchbase Reactive starter

Closes gh-11245
parent e39e0848
...@@ -37,5 +37,9 @@ ...@@ -37,5 +37,9 @@
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId> <artifactId>reactor-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
provides: spring-data-couchbase provides: spring-data-couchbase,reactor-core,rxjava-reactive-streams
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment