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

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

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


##########
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:
   I admit I am coming a bit late to the party, but anyway, I'd vote for keeping awaitility in the test scope. It is better to keep the compile dependencies minimal, especially because of the native compilation. 



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