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

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

     [ https://issues.apache.org/jira/browse/CAMEL-13626?focusedWorklogId=341898&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-341898 ]

ASF GitHub Bot logged work on CAMEL-13626:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Nov/19 13:07
            Start Date: 12/Nov/19 13:07
    Worklog Time Spent: 10m 
      Work Description: omarsmak commented on pull request #3331: CAMEL-13626: Change camel-parent with camel-bom in examples
URL: https://github.com/apache/camel/pull/3331
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 341898)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)