We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e1480 commit 86be33cCopy full SHA for 86be33c
dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter/pom.xml
@@ -57,6 +57,14 @@
57
<artifactId>zookeeper</artifactId>
58
<version>${zookeeper_version}</version>
59
<exclusions>
60
+ <exclusion>
61
+ <groupId>ch.qos.logback</groupId>
62
+ <artifactId>logback-core</artifactId>
63
+ </exclusion>
64
65
66
+ <artifactId>logback-classic</artifactId>
67
68
<exclusion>
69
<groupId>io.netty</groupId>
70
<artifactId>netty-handler</artifactId>
0 commit comments