liubao68 commented on code in PR #4595:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/4595#discussion_r1837632633
##########
demo/demo-etcd/test-client/pom.xml:
##########
@@ -45,6 +45,22 @@
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>registry-local</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
Review Comment:
registry-local may be not dependent on commons-logging. if it is exclude in
registry-local, not here.
--
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]