This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 16b19207 IGNITE-20770 Updated zookeeper version to 3.8.3 (#241)
16b19207 is described below
commit 16b19207562fbb8f3aa5e967db038ce4ae8c8adb
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Mon Nov 20 19:26:19 2023 +0300
IGNITE-20770 Updated zookeeper version to 3.8.3 (#241)
---
modules/kafka-ext/pom.xml | 8 ++++++++
modules/zookeeper-ip-finder-ext/zookeeper-ip-finder/pom.xml | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/modules/kafka-ext/pom.xml b/modules/kafka-ext/pom.xml
index 6de785f3..a6e2fbd2 100644
--- a/modules/kafka-ext/pom.xml
+++ b/modules/kafka-ext/pom.xml
@@ -102,6 +102,14 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ </exclusion>
</exclusions>
<scope>test</scope>
</dependency>
diff --git a/modules/zookeeper-ip-finder-ext/zookeeper-ip-finder/pom.xml
b/modules/zookeeper-ip-finder-ext/zookeeper-ip-finder/pom.xml
index 1999a854..7f1029d1 100644
--- a/modules/zookeeper-ip-finder-ext/zookeeper-ip-finder/pom.xml
+++ b/modules/zookeeper-ip-finder-ext/zookeeper-ip-finder/pom.xml
@@ -105,6 +105,14 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>