Fix Spring Data Couchbase Reactive starter
Closes gh-11245
This commit is contained in:
parent
e39e0848b8
commit
0b59751bf8
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
provides: spring-data-couchbase
|
provides: spring-data-couchbase,reactor-core,rxjava-reactive-streams
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue