From 5cdbe7700e1d7ac5fb5dc81ff8c086a3a0103df6 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Mon, 28 Sep 2015 09:29:20 -0700 Subject: [PATCH] Update maven and gradle coordinates for redis binder --- _includes/build.gradle | 4 ++-- _includes/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/build.gradle b/_includes/build.gradle index ecf92b490..2deea97ad 100644 --- a/_includes/build.gradle +++ b/_includes/build.gradle @@ -13,7 +13,7 @@ dependencyManagement { } dependencies { - compile '{@= groupId @}:spring-cloud-streams' + compile '{@= groupId @}:spring-cloud-stream' compile 'org.springframework.boot:spring-boot-starter-redis' - compile 'org.springframework.xd:spring-xd-messagebus-redis' + compile 'org.springframework.cloud:spring-cloud-starter-stream-redis' } \ No newline at end of file diff --git a/_includes/pom.xml b/_includes/pom.xml index ecef74847..3edc0fc8e 100644 --- a/_includes/pom.xml +++ b/_includes/pom.xml @@ -2,7 +2,7 @@ {@= groupId @} - spring-cloud-streams-parent + spring-cloud-stream-parent {@= findBom(version) @} pom import @@ -15,8 +15,8 @@ {@= artifactId @} - org.springframework.xd - spring-xd-messagebus-redis + org.springframework.cloud + spring-cloud-starter-stream-redis org.springframework.boot