Add Kafka dependency 70/131270/1
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>
Wed, 28 Sep 2022 08:12:45 +0000 (09:12 +0100)
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>
Wed, 28 Sep 2022 08:12:59 +0000 (09:12 +0100)
Issue-ID: POLICY-4134
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I373140b42e3f22df3083572b9b55f1da711aa81b

services/services-onappf/pom.xml

index f5f0792..596b02a 100644 (file)
             </exclusions>
             <version>${version.policy.models}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <!--test dependencies -->
         <dependency>