Add Kafka dependency 26/131226/1
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>
Mon, 26 Sep 2022 14:20:11 +0000 (15:20 +0100)
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>
Mon, 26 Sep 2022 14:20:17 +0000 (15:20 +0100)
Issue-ID: POLICY-4134
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I7e08251a6331f3b47552f2db8bff9cb1ae74933e

pom.xml

diff --git a/pom.xml b/pom.xml
index 0c097fa..221f9bb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-webflux</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 </project>