[SDC] Add kafka native messaging
[sdc.git] / catalog-be / pom.xml
index 7b060c9..edd673c 100644 (file)
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+        </dependency>
 
     </dependencies>