You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2015/03/06 02:35:39 UTC

[jira] [Resolved] (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:all-tabpanel ]

Willem Jiang resolved CAMEL-8441.
---------------------------------
    Resolution: Fixed

Applied the patch into camel master branch and fix some build error and warning message.

> 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
>            Assignee: Willem Jiang
>             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)