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 2015/03/05 10:02:38 UTC

[jira] [Commented] (CAMEL-8441) Add required 3rd party dependencies to the BOM

    [ https://issues.apache.org/jira/browse/CAMEL-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348439#comment-14348439 ] 

ASF GitHub Bot commented on CAMEL-8441:
---------------------------------------

GitHub user tdiesler opened a pull request:

    https://github.com/apache/camel/pull/420

    [CAMEL-8441] Add required 3rd party dependencies to the BOM

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tdiesler/camel bom

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #420
    
----
commit c896681e041e49303f0dcbefa1b560a5c7b9410b
Author: Thomas Diesler <th...@jboss.com>
Date:   2015-03-05T09:00:56Z

    [CAMEL-8441] Add required 3rd party dependencies to the BOM

----


> Add required 3rd party dependencies to the BOM 
> -----------------------------------------------
>
>                 Key: CAMEL-8441
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8441
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Thomas Diesler
>             Fix For: 2.15.0
>
>
> For wildfly-camel we have to redefine a number of camel 3rd party dependencies like this
> {code}
>         <!-- Camel version -->
>         <version.apache.camel>2.14.1</version.apache.camel>
>         
>         <!-- Camel 3rd party versions for artefacts that are not defined in the BOM -->
>         <version.apache.abdera>1.1.3</version.apache.abdera>
>         <version.apache.activemq>5.10.0</version.apache.activemq>
>         <version.apache.cxf>3.0.2</version.apache.cxf>
>         <version.apache.lucene>4.6.1</version.apache.lucene>
>         <version.apache.mina>2.0.7</version.apache.mina>
>         <version.beanshell>2.0b5</version.beanshell>
>         <version.hapi>2.2</version.hapi>
> {code}
> These should probably come from the camel BOM 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)