[
https://issues.apache.org/jira/browse/CAMEL-18199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-18199.
---------------------------------
Resolution: Fixed
> camel-jbang. Dependencies management improvements for export
> ------------------------------------------------------------
>
> Key: CAMEL-18199
> URL: https://issues.apache.org/jira/browse/CAMEL-18199
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Marat Gubaidullin
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.18.0
>
>
> 1. Current dependencies management in application.properties requires to put
> all dependencies in one line, like
> {code:java}
> camel.jbang.dependencies=mvn:com.heliorm:mysql:0.99.1,mvn:org.testcontainers:db2:1.17.2%
> {code}
> it is not user friendly in editor and in tooling. It would be great to be
> able to have a line per dependency, ex.
> {code:java}
> camel.jbang.dependency=mvn:com.heliorm:mysql:0.99.1
> camel.jbang.dependency=mvn:org.testcontainers:db2:1.17.2%
> {code}
> 2. It would be great to have a possibility to add a dependency without
> specific version for the cases when version managed by
> <dependencyManagement>, ex:
> {code:java}
> camel.jbang.dependency=mvn:io.quarkus:quarkus-openshift
> {code}
> and have as a result
> {code:java}
> <dependency>
> <groupId>io.quarkus</groupId>
> <artifactId>quarkus-openshift</artifactId>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)