Skip to content

Commit 86be33c

Browse files
committed
exclude logback transit dependency in zookeeper
1 parent 68e1480 commit 86be33c

File tree

1 file changed

+8
-0
lines changed
  • dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter

1 file changed

+8
-0
lines changed

dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
<artifactId>zookeeper</artifactId>
5858
<version>${zookeeper_version}</version>
5959
<exclusions>
60+
<exclusion>
61+
<groupId>ch.qos.logback</groupId>
62+
<artifactId>logback-core</artifactId>
63+
</exclusion>
64+
<exclusion>
65+
<groupId>ch.qos.logback</groupId>
66+
<artifactId>logback-classic</artifactId>
67+
</exclusion>
6068
<exclusion>
6169
<groupId>io.netty</groupId>
6270
<artifactId>netty-handler</artifactId>

0 commit comments

Comments
 (0)