diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-09-26 15:20:11 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-09-26 15:20:17 +0100 |
commit | 354e4eb031d94a2110659ef49a41f0c77d09120c (patch) | |
tree | 798b1ca9ee6446d7fd258a4dcc970ff9640676ab | |
parent | 9a005431305990f6accd743b80dcf6a9550af26a (diff) |
Add Kafka dependency
Issue-ID: POLICY-4134
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I7e08251a6331f3b47552f2db8bff9cb1ae74933e
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |