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