From 843e0de1343902bf935314083a0acf0ef221e613 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 13 Oct 2016 14:43:05 +0100 Subject: [PATCH] Exclude kafka server by default It could be excluded in the bus starter, but no harm in doing it here for 1.2.0 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 5bd3a41..de9ff73 100644 --- a/pom.xml +++ b/pom.xml @@ -115,6 +115,16 @@ pom import + + org.springframework.cloud + spring-cloud-starter-stream-kafka + + + org.apache.kafka + kafka_2.11 + + +