ShadowySpirits commented on issue #5890:
URL: https://github.com/apache/rocketmq/issues/5890#issuecomment-1384779484

   In my test, the error you describe is caused by the introduction of the 
following dependency:
   
   ```xml
   <!-- store/pom.xml -->
   <!-- Required by DLedger -->
   <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <scope>test</scope>
   </dependency>
   ```
   
   And shaded log dependency `rocketmq-logback-classic` woks well.
   
   <img width="2408" alt="image" 
src="https://user-images.githubusercontent.com/32436597/212801047-2ed55d3a-33b6-43e5-8301-d1bafa2d5fbc.png";>
   


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

Reply via email to