You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2023/01/16 08:49:30 UTC

[GitHub] [rocketmq] shy-share commented on a diff in pull request #5889: fix testPutMessagePositionInfo_buildCQRepeatedly method

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:
   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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org