Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kamel run should support adding dependencies #49

Closed
lburgazzoli opened this issue Sep 12, 2018 · 2 comments
Closed

kamel run should support adding dependencies #49

lburgazzoli opened this issue Sep 12, 2018 · 2 comments
Assignees

Comments

@lburgazzoli
Copy link
Contributor

Something like:

kamel run --dependency something Source.java

Dependency should be provided in the for of a URI like:

mvn:org.apache.camel/camel-mail/2.20.1
camel:mail
file:/path/to/dep.jar?id=my.company:my-dep:version
@lburgazzoli lburgazzoli self-assigned this Sep 12, 2018
@oscerd
Copy link
Contributor

oscerd commented Sep 12, 2018

Since we are using Camel it makes sense to specify the Camel version as flag and then a list of dependencies using that property under the hood.

@jehanzebqayyum
Copy link

How would you add custom jar dependency? does file:...jar works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants