You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Henryk Konsek (JIRA)" <ji...@apache.org> on 2015/10/09 09:24:26 UTC

[jira] [Resolved] (CAMEL-9203) camel-amqp should provide qpid dependencies

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

Henryk Konsek resolved CAMEL-9203.
----------------------------------
    Resolution: Fixed

Fixed in 015532438780c84fa46cb8e9bc9b353662177712.

> camel-amqp should provide qpid dependencies
> -------------------------------------------
>
>                 Key: CAMEL-9203
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9203
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Henryk Konsek
>            Assignee: Henryk Konsek
>             Fix For: 2.17.0
>
>
> Currently Qpid dependencies are marked as optional:
> {code}
>     <dependency>
>       <groupId>org.apache.qpid</groupId>
>       <artifactId>qpid-amqp-1-0-client-jms</artifactId>
>       <version>${qpid-version}</version>
>       <optional>true</optional>
>     </dependency>
>     <dependency>
>         <groupId>org.apache.qpid</groupId>
>         <artifactId>qpid-client</artifactId>
>         <version>${qpid-version}</version>
>         <optional>true</optional>
>     </dependency>
> {code}
> Those should not be optional, as the component is unusable without those two jars.



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