ppalaga commented on a change in pull request #226: Use MainSupport as base for
running Camel
URL: https://github.com/apache/camel-quarkus/pull/226#discussion_r331446991
##########
File path: integration-tests/aws/pom.xml
##########
@@ -30,6 +30,10 @@
<description>The camel integration tests</description>
<dependencies>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+ <artifactId>camel-quarkus-main</artifactId>
+ </dependency>
Review comment:
Do we really want end users to have to depend on `camel-quarkus-main`
directly in addition to the endpoint extensions they want to use? It
spontaneously looks like an unnecessary complication to me. Shouldn't our
endpoint extensions better depend on `camel-quarkus-main`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services