This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 8e4d116c77 exclude logback transit dependency in zookeeper (#15208)
8e4d116c77 is described below

commit 8e4d116c77a8a0133cf1374d5c0d1844b61ebe31
Author: stellar <[email protected]>
AuthorDate: Thu Mar 6 09:35:53 2025 +0800

    exclude logback transit dependency in zookeeper (#15208)
---
 .../dubbo-zookeeper-curator5-spring-boot-starter/pom.xml          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter/pom.xml
 
b/dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter/pom.xml
index ca94a4d9b2..d16aedb82b 100644
--- 
a/dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter/pom.xml
+++ 
b/dubbo-spring-boot/dubbo-spring-boot-starters/dubbo-zookeeper-curator5-spring-boot-starter/pom.xml
@@ -57,6 +57,14 @@
       <artifactId>zookeeper</artifactId>
       <version>${zookeeper_version}</version>
       <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>io.netty</groupId>
           <artifactId>netty-handler</artifactId>

Reply via email to