aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-09-26 15:20:11 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-09-26 15:20:17 +0100
commit354e4eb031d94a2110659ef49a41f0c77d09120c (patch)
tree798b1ca9ee6446d7fd258a4dcc970ff9640676ab
parent9a005431305990f6accd743b80dcf6a9550af26a (diff)
Add Kafka dependency
Issue-ID: POLICY-4134 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I7e08251a6331f3b47552f2db8bff9cb1ae74933e
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0c097fa4f..221f9bb2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,5 +222,10 @@
<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>