mrinalsharma commented on PR #8749:
URL: https://github.com/apache/camel/pull/8749#issuecomment-1322449756

   In the method getDependencies(), we are trying to read `property 
camel.jbang.dependencies`. If its null then the method should return empty 
string.
   
   Run.java:
   if getDependencies() doesn't return blank then merge the dependencies read 
from file and the dependencies passes as --deps parameter.
   
   ExportQuarkus.java
   
`camel-quarkus-core,camel-quarkus-platform-http,camel-quarkus-microprofile-health`
 are  already defined in `quarkus-pom.tmpl'` so there is no need to define them 
again. Adding again in pom.xml cause a compilation error.
   
   ExportBaseCommand.jaja
   The change avoids adding a blank dependency in pom.xml. Blank dependency 
causes a compilation error.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to