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

[jira] [Assigned] (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 ]

Omar Al-Safi reassigned CAMEL-13626:
------------------------------------

    Assignee: Omar Al-Safi

> 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
>
>
> 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)