Fix Spring Data Couchbase Reactive starter

Closes gh-11245
This commit is contained in:
Stephane Nicoll 2017-12-11 13:40:39 +01:00
parent e39e0848b8
commit 0b59751bf8
2 changed files with 5 additions and 1 deletions

View File

@ -37,5 +37,9 @@
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -1 +1 @@
provides: spring-data-couchbase
provides: spring-data-couchbase,reactor-core,rxjava-reactive-streams