aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-09-28 09:12:45 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-09-28 09:12:59 +0100
commitb6fc8c57ab690c013cf4eb3f83afa899c9e08294 (patch)
treee0e54db3e7f655fedd27370e14536ac30136270a
parentbdf7e00873fc48843c5aea68158c876cb2701e08 (diff)
Add Kafka dependency
Issue-ID: POLICY-4134 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I373140b42e3f22df3083572b9b55f1da711aa81b
-rw-r--r--services/services-onappf/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml
index f5f07920b..596b02a2f 100644
--- a/services/services-onappf/pom.xml
+++ b/services/services-onappf/pom.xml
@@ -63,6 +63,11 @@
</exclusions>
<version>${version.policy.models}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!--test dependencies -->
<dependency>