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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org