From a4193d2432631f4bfa01617a6160c8ebf976944f Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Mon, 9 May 2016 22:01:52 -0400 Subject: [PATCH] Update build.gradle --- _includes/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/build.gradle b/_includes/build.gradle index 40ede5408..c565b3f72 100644 --- a/_includes/build.gradle +++ b/_includes/build.gradle @@ -8,12 +8,12 @@ apply plugin: "io.spring.dependency-management" dependencyManagement { imports { - mavenBom '{@= groupId @}:spring-cloud-streams-parent:{@= version @}' + mavenBom '{@= groupId @}:spring-cloud-stream-dependencies:{@= version @}' } } dependencies { compile '{@= groupId @}:spring-cloud-stream' - compile 'org.springframework.boot:spring-boot-starter-redis' - compile 'org.springframework.cloud:spring-cloud-starter-stream-redis' -} \ No newline at end of file + compile 'org.springframework.boot:spring-boot-starter-kafka' + compile 'org.springframework.cloud:spring-cloud-starter-stream-kafka' +}