[SDC] Add kafka native messaging
[sdc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d75aec0..ce9b2bd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -207,6 +207,11 @@ Modifications copyright (c) 2018-2019 Nokia
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.apache.kafka</groupId>
+                <artifactId>kafka-clients</artifactId>
+                <version>3.3.1</version>
+            </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>