From 0042e9e09d4d43422459f9b1574e61d6c625099d Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 20 May 2019 15:27:55 -0400 Subject: Add Kafka client services Change-Id: I76cf52f6df10e114539c4d65620f431e0f747644 Issue-ID: CCSDK-1349 Signed-off-by: Brinda Santh --- ms/blueprintsprocessor/parent/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ms/blueprintsprocessor/parent') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 5f3e926f7..95232873d 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -39,6 +39,8 @@ 2.2.0 0.1.55 3.6.1 + 2.2.6.RELEASE + 2.2.0 1.0.0 27.0.1-jre 2.7.1 @@ -62,6 +64,12 @@ import + + org.springframework.kafka + spring-kafka + ${spring.kafka.version} + + io.springfox @@ -243,6 +251,17 @@ ${jsch.version} + + org.apache.kafka + kafka-clients + ${kafka.version} + + + org.apache.kafka + kafka-streams + ${kafka.version} + + org.onap.ccsdk.sli.core @@ -435,6 +454,15 @@ ${grpc.version} test + + + + org.springframework.kafka + spring-kafka-test + ${spring.kafka.version} + test + + -- cgit 1.2.3-korg