liubao68 commented on a change in pull request #1405: 【SCB-1615】Extended
dynamic configuration support for Nacos
URL:
https://github.com/apache/servicecomb-java-chassis/pull/1405#discussion_r349460209
##########
File path: dynamic-config/config-apollo/pom.xml
##########
@@ -44,5 +44,9 @@
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ </dependency>
Review comment:
Why you modifiy this? I think can be deleted.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services