You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/11/22 08:29:00 UTC

[jira] [Resolved] (CAMEL-18719) camel-jbang - Adding the dependency of camel-quarkus-core creates two entries in exported POM.xml

     [ https://issues.apache.org/jira/browse/CAMEL-18719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-18719.
---------------------------------
    Resolution: Fixed

Thanks for the PR

> camel-jbang - Adding the dependency of camel-quarkus-core creates two entries in exported POM.xml
> -------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-18719
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18719
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jbang
>    Affects Versions: 3.20.0
>            Reporter: Mrinal
>            Priority: Minor
>             Fix For: 3.20.0
>
>
> {code:java}
>  jbang --debug --verbose -Dcamel.jbang.version=3.20.0-SNAPSHOT ../CamelJBang.java  export --deps=org.apache.camel.quarkus:camel-quarkus-core:2.13.0 {code}
> The above command created an exported project with pom.xml with two camel-quarkus dependency.
> {code:java}
>     <dependencies>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-core</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-platform-http</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-microprofile-health</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-core</artifactId>
>             <version>2.13.0</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-direct</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-rest</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.camel.quarkus</groupId>
>             <artifactId>camel-quarkus-yaml-dsl</artifactId>
>         </dependency>
>         <dependency>
>             <groupId></groupId>
>             <artifactId>null</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>io.quarkus</groupId>
>             <artifactId>quarkus-junit5</artifactId>
>             <scope>test</scope>
>         </dependency>
>     </dependencies> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)