lburgazzoli 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_r331477835
 
 

 ##########
 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:
   camel-quarkus-core is supposed to be used by people who want to create their 
own "main" whereas camel-quarkus-main does provide a ready to use "main" so no, 
component extensions should not depends on main otherwise it won't be possible 
for people to create their own 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to