summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-11-08 16:41:07 -0500
committerBrinda Santh <bs2796@att.com>2019-11-08 17:07:32 -0500
commita0407eb91a2424f847e188796328871b3a339c93 (patch)
treea54ed7c844f7be84f8a4b9da30c31406df0053ea /ms/blueprintsprocessor/modules/commons/message-lib/pom.xml
parent54eb2f2680d4f2447a4d48b612b2b83e37d90754 (diff)
Add Kafka Streams consumer service
Issue-ID: CCSDK-1914 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I8d2b51c66e1304decadbb55656fe8a0b4c018feb
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/message-lib/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/commons/message-lib/pom.xml13
1 files changed, 13 insertions, 0 deletions
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
@@ -42,6 +42,19 @@
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-streams</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-streams-test-utils</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>