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_r331503343
##########
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:
I am trying to understand the significance of this. In case this is meant to
be a speciality for <20% of users, then I think we should figure out how not
confuse the rest 80% of the users.
----------------------------------------------------------------
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