gnodet commented on code in PR #26114:
URL: https://github.com/apache/camel/pull/26114#discussion_r3951508249
##########
components/camel-platform-http-vertx/pom.xml:
##########
@@ -42,6 +42,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-platform-http</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-http-base</artifactId>
Review Comment:
⚠️ **Nit (unaddressed from previous review):** This explicit
`camel-http-base` dependency is redundant. `camel-platform-http` already
depends on `camel-http-base`, so `camel-platform-http-vertx` gets it
transitively via its existing `camel-platform-http` dependency. Camel's
convention avoids redundant explicit deps. Consider removing this
`<dependency>` block.
--
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]