We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e419f7c commit eaa237aCopy full SHA for eaa237a
pom.xml
@@ -1314,20 +1314,12 @@
1314
<version>${zookeeper.version}</version>
1315
<exclusions>
1316
<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
1324
1325
- <groupId>log4j</groupId>
1326
- <artifactId>log4j</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
1327
</exclusion>
1328
1329
- <groupId>jline</groupId>
1330
- <artifactId>jline</artifactId>
+ <artifactId>logback-classic</artifactId>
1331
1332
</exclusions>
1333
</dependency>
0 commit comments