From 354e4eb031d94a2110659ef49a41f0c77d09120c Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Mon, 26 Sep 2022 15:20:11 +0100 Subject: Add Kafka dependency Issue-ID: POLICY-4134 Signed-off-by: Sirisha_Manchikanti Change-Id: I7e08251a6331f3b47552f2db8bff9cb1ae74933e --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0c097fa4f..221f9bb2f 100644 --- a/pom.xml +++ b/pom.xml @@ -222,5 +222,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.apache.kafka + kafka-clients + provided + -- cgit 1.2.3-korg