orpiske commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1434133814
########## 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: I'm a bit concerned that this may cause some weird cyclic dependency problems (or at least make the whole dependency chain more complex). -- 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