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] [Created] (CAMEL-9203) camel-amqp should provide qpid dependnecies

Henryk Konsek created CAMEL-9203:
------------------------------------

             Summary: camel-amqp should provide qpid dependnecies
                 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)