From 42ce17edcf2af2bc80990951a293ce398d53082f Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Thu, 28 Jul 2022 14:56:46 +0100 Subject: Add Kafka version Issue-ID: POLICY-4313 Signed-off-by: Sirisha_Manchikanti Change-Id: Ia998c89eecf3486c6e65b1483f609b4e0a0df9b5 --- integration/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index edc412e6..25a2b649 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -64,6 +64,7 @@ 1.7.3 0.11.0 42.3.3 + 3.0.0 ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ nexus3.onap.org:10001 @@ -295,6 +296,20 @@ ${version.postgres} + + + org.apache.kafka + kafka-clients + ${version.kafka} + + + + org.apache.zookeeper + zookeeper + + + + io.prometheus -- cgit