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' +}