Include kafka client dependency 11/136111/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Sat, 7 Oct 2023 07:37:07 +0000 (13:07 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Sat, 7 Oct 2023 07:37:23 +0000 (13:07 +0530)
Include kafka client dependency

Issue-ID: CCSDK-3936
Change-Id: I780248621b44dd265bf63e68e3bffdfb911aa277
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
dependencies-odl-bom/pom.xml

index 821c94d..f0a79d0 100644 (file)
@@ -6,7 +6,7 @@
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
         <version>8.1.2</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.onap.ccsdk.parent</groupId>
                 <artifactId>dmaapClient</artifactId>
                 <version>1.1.14</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.kafka</groupId>
+                <artifactId>kafka-clients</artifactId>
+                <version>3.0.0</version>
+            </dependency>
             <!-- Below provides javax.annotations -->
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
                 <!-- This version supports the "deployAtEnd" parameter -->
                 <version>2.8</version>
                 <configuration>
-                    <skip/>
+                    <skip />
                     <deployAtEnd>true</deployAtEnd>
                 </configuration>
             </plugin>