Skip to content

Commit 94b3931

Browse files
committed
Fixed zookeeper dependency of Kafka
1 parent 1aad911 commit 94b3931

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

external/kafka/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<groupId>org.slf4j</groupId>
6969
<artifactId>slf4j-simple</artifactId>
7070
</exclusion>
71+
<exclusion>
72+
<groupId>org.apache.zookeeper</groupId>
73+
<artifactId>zookeeper</artifactId>
74+
</exclusion>
7175
</exclusions>
7276
</dependency>
7377
<dependency>

0 commit comments

Comments
 (0)