squakez commented on issue #6201: URL: https://github.com/apache/camel-k/issues/6201#issuecomment-3210651132
I realized we probably don't need to do any further development to workaround this problem. We can provide the Integration with the maven dependency we want to use and we can specify the camel runtime provider and version as well. For example: ``` kamel run test.yaml -d mvn:org.apache.camel.quarkus:camel-quarkus-azure-files -t camel.runtime-version=3.23.0 -t camel.runtime-provider=plain-quarkus ``` will be including the new dependency without the need to perform any further hack. Hope it helps. -- 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]
