orpiske commented on code in PR #12530:
URL: https://github.com/apache/camel/pull/12530#discussion_r1435822406
##########
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:
Thanks, but that still may create a very complex dependency chain as you
have components within `components` with dependencies among themselves.
The best way, I think, would be to create a `test-infra` module that is
completely independent.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]