davsclaus commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1434395655
########## components/camel-platform-http-vertx/pom.xml: ########## @@ -84,6 +84,11 @@ <artifactId>camel-log</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-vertx-http</artifactId> + <scope>test</scope> + </dependency> Review Comment: Yeah potentially - though it may be that camel-platform-http-vertx is built before all the vertx components where this one is from. But agree we had been bitten in the past with build cycles going full circle and breaking the build -- 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