nbiancolin opened a new issue, #1303: URL: https://github.com/apache/camel-karavan/issues/1303
### Describe the bug When adding custom dependences (by adding `camel.jbang.dependencies=<<<>>>` to application.properties, it ignores the version provided and overwrites the version to 4.6.0, causing maven to not properly run or package the file. If I manually modify the pom.xml file, changing the version to the correct version (in this case, 3.2.2) and repackage it (without camel-jbang recompiling it) it functions as expected. ### Steps to reproduce the behavior 1. add `camel.jbang.dependencies=org.apache.camel:camel-rest-swagger:jar:3.22.2` to `application.properties` 2. Use "Karavan: Runtime run" 3. Observe maven error "[WARNING] The POM for org.apache.camel:camel-rest-swagger:jar:4.6.0 is missing, no dependency information available" 4. Check `.export/pom.xml` and see that the version has been overwritten to 4.6.0 ### Variant Vs Code Extension ### Container Management (if applicable) Docker ### Operating System (if applicable) Windows ### Version 4.6.0 ### Relevant log output ```shell (maven) [WARNING] The POM for org.apache.camel:camel-rest-swagger:jar:4.6.0 is missing, no dependency information available ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org