oxsean commented on code in PR #13230:
URL: https://github.com/apache/dubbo/pull/13230#discussion_r1375696543
##########
dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml:
##########
@@ -48,6 +48,32 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper_version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>spotbugs-annotations</artifactId>
+ <groupId>com.github.spotbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jline</artifactId>
+ <groupId>jline</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>io.netty</groupId>
+ </exclusion>
+ </exclusions>
Review Comment:
Done, but need merge https://github.com/apache/dubbo-samples/pull/1010 first
to take effect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]