Skip to content

Commit eaa237a

Browse files
committed
[#10129] Remove logback dependency of zookeeper
1 parent e419f7c commit eaa237a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

+4-12
Original file line numberDiff line numberDiff line change
@@ -1314,20 +1314,12 @@
13141314
<version>${zookeeper.version}</version>
13151315
<exclusions>
13161316
<exclusion>
1317-
<groupId>org.jboss.netty</groupId>
1318-
<artifactId>netty</artifactId>
1319-
</exclusion>
1320-
<exclusion>
1321-
<groupId>org.slf4j</groupId>
1322-
<artifactId>slf4j-log4j12</artifactId>
1323-
</exclusion>
1324-
<exclusion>
1325-
<groupId>log4j</groupId>
1326-
<artifactId>log4j</artifactId>
1317+
<groupId>ch.qos.logback</groupId>
1318+
<artifactId>logback-core</artifactId>
13271319
</exclusion>
13281320
<exclusion>
1329-
<groupId>jline</groupId>
1330-
<artifactId>jline</artifactId>
1321+
<groupId>ch.qos.logback</groupId>
1322+
<artifactId>logback-classic</artifactId>
13311323
</exclusion>
13321324
</exclusions>
13331325
</dependency>

0 commit comments

Comments
 (0)