From 6cfc65595fb9cd1432fb51eda4b5617e48c58b5f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 7 Sep 2017 15:50:55 -0400 Subject: [PATCH] Add Kstream binder to Spring Cloud Stream BOM Fix #32 --- spring-cloud-stream-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index b9603a44a..c71370bf4 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -69,6 +69,11 @@ spring-cloud-stream-binder-kafka ${spring.cloud.stream.binder.kafka.version} + + org.springframework.cloud + spring-cloud-stream-binder-kstream + ${spring.cloud.stream.binder.kafka.version} + org.springframework.cloud spring-cloud-stream-binder-kafka-core