diff options
author | Brinda Santh <bs2796@att.com> | 2019-11-08 16:41:07 -0500 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-11-08 17:07:32 -0500 |
commit | a0407eb91a2424f847e188796328871b3a339c93 (patch) | |
tree | a54ed7c844f7be84f8a4b9da30c31406df0053ea /ms/blueprintsprocessor/modules/commons/message-lib/pom.xml | |
parent | 54eb2f2680d4f2447a4d48b612b2b83e37d90754 (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.xml | 13 |
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> |