From 0b59751bf8817676f4089fb4de64d6c0a3544c0a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Dec 2017 13:40:39 +0100 Subject: [PATCH] Fix Spring Data Couchbase Reactive starter Closes gh-11245 --- .../spring-boot-starter-data-couchbase-reactive/pom.xml | 4 ++++ .../src/main/resources/META-INF/spring.provides | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml index 61cb6e443e..81e89c1e2c 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml @@ -37,5 +37,9 @@ io.projectreactor reactor-core + + io.reactivex + rxjava-reactive-streams + diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/src/main/resources/META-INF/spring.provides b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/src/main/resources/META-INF/spring.provides index 7eb2d6ff97..49e43d3bf2 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/src/main/resources/META-INF/spring.provides +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/src/main/resources/META-INF/spring.provides @@ -1 +1 @@ -provides: spring-data-couchbase +provides: spring-data-couchbase,reactor-core,rxjava-reactive-streams