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
The following commit(s) were added to
refs/heads/STORM-4004---Upgrade-Kafka-Clients-to-3.6.0 by this push:
new 82544b4c0 STORM-4004 - Upgrade Kafka Clients to 3.6.0
82544b4c0 is described below
commit 82544b4c0f951673a9952a35064540adb034fe5e
Author: Richard Zowalla <[email protected]>
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>