Add Kafka dependency 71/131271/1
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>
Wed, 28 Sep 2022 08:15:24 +0000 (09:15 +0100)
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>
Wed, 28 Sep 2022 08:15:29 +0000 (09:15 +0100)
Issue-ID: POLICY-4134
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: Id9b4609c9bf0656eb0c3a83e20f4161a07fbc6d7

main/pom.xml

index 10209ef..a6fcb91 100644 (file)
             <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>