shy-share commented on code in PR #5889:
URL: https://github.com/apache/rocketmq/pull/5889#discussion_r1070970679
##########
store/pom.xml:
##########
@@ -65,5 +65,10 @@
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>test</scope>
+ </dependency>
Review Comment:
@mxsm After I modify it to your method, the previous problem still occurs.
It seems that only the official one can be used?

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