apupier opened a new issue #2213:
URL: https://github.com/apache/camel-k/issues/2213
`kamel local build` doesn't support same dependency notation which implies
that some Cael k integration files are nto working in both context. it also
implies that tooling cannot generate dependencies for all files.
for instance, using modeline `// camel-k: dependency=camel-amqp` is not
working for `kamel local build`
error raised:
```
Error: Unexpected type for user-provided dependency: camel-http. Additional
top-level dependencies are specified with the format:
<type>:<dependency-name>
where <type> is one of {bom|camel|camel-k|camel-quarkus|mvn|github}.
```
it is also revealing a difference with `jitpack` which is available as
modeline when deploying not locally.
--
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:
[email protected]