You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/04/18 08:28:57 UTC

[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #4782: Fix #4781 Intermittent failure of MyBatisConsumerTest

zhfeng commented on code in PR #4782:
URL: https://github.com/apache/camel-quarkus/pull/4782#discussion_r1169682794


##########
integration-tests/mybatis/pom.xml:
##########
@@ -59,6 +59,10 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-jdbc-h2</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.awaitility</groupId>
+            <artifactId>awaitility</artifactId>
+        </dependency>

Review Comment:
   Thanks @ppalaga - I will raise a follow issue to fix it.



-- 
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@camel.apache.org

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