linghengqian commented on code in PR #32389:
URL: https://github.com/apache/shardingsphere/pull/32389#discussion_r1703490403
##########
mode/type/standalone/repository/provider/jdbc/pom.xml:
##########
@@ -61,5 +61,10 @@
<artifactId>mysql-connector-j</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>test</scope>
Review Comment:
- After I removed the declaration of `ch.qos.logback:logback-classic` here,
I didn't see any logback dependencies. Without explicit declaration, the
`mode/type/standalone/repository/provider/jdbc/src/test/resources/logback-test.xml`
of this module will be useless. Where does this picture come from?
-

--
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]