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

Henryk Konsek updated CAMEL-9203:
---------------------------------
    Issue Type: Improvement  (was: Bug)

> camel-amqp should provide qpid dependencies
> -------------------------------------------
>
>                 Key: CAMEL-9203
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9203
>             Project: Camel
>          Issue Type: Improvement
>            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)

Reply via email to