This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch STORM-4004---Upgrade-Kafka-Clients-to-3.6.0
in repository https://gitbox.apache.org/repos/asf/storm.git

commit 9a8688952da64e5c85382b2cac6f185aabff2993
Author: Richard Zowalla <richard.zowa...@hs-heilbronn.de>
AuthorDate: Wed Nov 29 13:08:32 2023 +0100

    STORM-4004 - Upgrade Kafka Clients to 3.6.0
---
 examples/storm-kafka-client-examples/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/storm-kafka-client-examples/pom.xml 
b/examples/storm-kafka-client-examples/pom.xml
index 6d3273642..61abc1e2c 100644
--- a/examples/storm-kafka-client-examples/pom.xml
+++ b/examples/storm-kafka-client-examples/pom.xml
@@ -30,6 +30,10 @@
     <artifactId>storm-kafka-client-examples</artifactId>
 
     <dependencies>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.storm</groupId>
             <artifactId>storm-client</artifactId>

Reply via email to