Skip to content

Commit

Permalink
need to avoid zookeeper logback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 6, 2024
1 parent 88130d6 commit 37cc6ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<properties>
<revision>1.6.0</revision>

<zookeeper.version>3.9.3</zookeeper.version>
<zookeeper.version>3.9.2</zookeeper.version>
<curator.version>4.2.0</curator.version>
<hadoop.version>3.3.4</hadoop.version>
<hadoop-hdfs-client.artifact>hadoop-hdfs-client</hadoop-hdfs-client.artifact>
Expand Down Expand Up @@ -1191,6 +1191,14 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tool/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ zipkin-2.23.2.jar
zipkin-reporter-2.16.3.jar
zipkin-reporter-brave-2.16.3.jar
zjsonpatch-0.3.0.jar
zookeeper-3.9.3.jar
zookeeper-jute-3.9.3.jar
zookeeper-3.9.2.jar
zookeeper-jute-3.9.2.jar
zstd-jni-1.4.5-6.jar
zstd-jni-1.5.0-4.jar

0 comments on commit 37cc6ef

Please sign in to comment.