Include kafka client dependency 12/136112/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Sat, 7 Oct 2023 07:45:24 +0000 (13:15 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Sat, 7 Oct 2023 07:45:24 +0000 (13:15 +0530)
Include kafka client dependency

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

index 3b18df4..1f20399 100755 (executable)
@@ -95,7 +95,7 @@
             <groupId>javax</groupId>
             <artifactId>javaee-api</artifactId>
         </dependency>
-       <dependency>
+        <dependency>
             <groupId>javax.annotation</groupId>
             <artifactId>javax.annotation-api</artifactId>
             <version>1.3.1</version>
             <groupId>org.dom4j</groupId>
             <artifactId>dom4j</artifactId>
         </dependency>
-       <dependency>
-           <groupId>org.glassfish.jaxb</groupId>
-           <artifactId>jaxb-runtime</artifactId>
-       </dependency>
+        <dependency>
+            <groupId>org.glassfish.jaxb</groupId>
+            <artifactId>jaxb-runtime</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
             <artifactId>jersey-guava</artifactId>
             <groupId>org.glassfish.jersey.security</groupId>
             <artifactId>oauth1-client</artifactId>
         </dependency>
-       <dependency>
-           <groupId>org.json</groupId>
-           <artifactId>json</artifactId>
-           <version>20201115</version>
-       </dependency>
+        <dependency>
+            <groupId>org.json</groupId>
+            <artifactId>json</artifactId>
+            <version>20201115</version>
+        </dependency>
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>
             <artifactId>mariadb-java-client</artifactId>
             <artifactId>error_prone_annotations</artifactId>
             <version>2.18.0</version>
         </dependency>
+        <!-- Kafka Dependency -->
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+            <version>3.0.0</version>
+        </dependency>
     </dependencies>
 
     <build>