You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (Jira)" <ji...@apache.org> on 2019/11/12 14:16:00 UTC

[jira] [Resolved] (CAMEL-13626) camel examples - Use camel-bom instead of camel-parent

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

Andrea Cosentino resolved CAMEL-13626.
--------------------------------------
    Resolution: Fixed

> camel examples - Use camel-bom instead of camel-parent
> ------------------------------------------------------
>
>                 Key: CAMEL-13626
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13626
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Claus Ibsen
>            Assignee: Omar Al-Safi
>            Priority: Minor
>             Fix For: 3.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Lets see if we can go from
>     <!-- import Camel BOM -->
>     <dependencyManagement>
>         <dependencies>
>             <dependency>
>                 <groupId>org.apache.camel</groupId>
>                 <artifactId>camel-parent</artifactId>
>                 <version>${project.version}</version>
>                 <type>pom</type>
>                 <scope>import</scope>
>             </dependency>
>         </dependencies>
>     </dependencyManagement>
> To use camel-bom instead as camel-parent.
> Contributions is welcome



--
This message was sent by Atlassian Jira
(v8.3.4#803005)