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)

Reply via email to