aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-09-28 09:15:24 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-09-28 09:15:29 +0100
commit63fcd7a5e5214c8a62d5200287de6dc1486cf343 (patch)
tree1b2242bcfe2682916d4dec594404777d137f3dbf
parent32c3d5b6d4df44b14b7870806077820c89419467 (diff)
Add Kafka dependency
Issue-ID: POLICY-4134 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id9b4609c9bf0656eb0c3a83e20f4161a07fbc6d7
-rw-r--r--main/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 10209ef5..a6fcb911 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -73,6 +73,11 @@
<artifactId>springfox-swagger-ui</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>