mxsm commented on code in PR #5889:
URL: https://github.com/apache/rocketmq/pull/5889#discussion_r1071682392
##########
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:
@shy-share this is netty can’t find SLF4J providers, It has nothing to do
with MQ. Your approach can solve the problem
--
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]