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:11:26 UTC

[jira] [Updated] (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 updated CAMEL-9203:
---------------------------------
    Summary: camel-amqp should provide qpid dependencies  (was: camel-amqp should provide qpid dependnecies)

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