From a0407eb91a2424f847e188796328871b3a339c93 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 8 Nov 2019 16:41:07 -0500 Subject: Add Kafka Streams consumer service Issue-ID: CCSDK-1914 Signed-off-by: Brinda Santh Change-Id: I8d2b51c66e1304decadbb55656fe8a0b4c018feb --- ms/blueprintsprocessor/modules/commons/message-lib/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ms/blueprintsprocessor/modules/commons/message-lib/pom.xml') diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index f92a8f45a..8d08ae838 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -41,6 +41,19 @@ org.springframework.kafka spring-kafka + + org.apache.kafka + kafka-streams + + + org.apache.kafka + kafka-clients + + + org.apache.kafka + kafka-streams-test-utils + test + org.springframework.kafka spring-kafka-test -- cgit 1.2.3-korg