jono-morris commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1436400648
########## 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: Hey @orpiske, by using `camel-http` instead of `camel-vertx-http` it now means that no new deps have been introduced by this change. Would it be OK it we tackle the test dependency management improvements that you've proposed in a separate ticket/PR? -- 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