squakez commented on issue #3295: URL: https://github.com/apache/camel-k/issues/3295#issuecomment-1135572748
There are several ways to use custom dependencies. Pre 1.9 you can use Jitpack dependencies (https://camel.apache.org/camel-k/1.9.x/configuration/dependencies.html#dependencies-kind-jitpack). In 1.9 release you can use directly the `-d` option passing your dependency, such as: ``` kamel run MyIntegration.java -d file://path/to/my-integration.jar ``` Have a look to the blog post for some more detail: https://camel.apache.org/blog/2022/04/camel-k-release-1-9/ -- 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