Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9203

camel-amqp should provide qpid dependencies

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.16.1, 2.17.0
    • None
    • None
    • Unknown

    Description

      Currently Qpid dependencies are marked as optional:

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

      Those should not be optional, as the component is unusable without those two jars.

      Attachments

        Activity

          People

            hekonsek Henryk Konsek
            hekonsek Henryk Konsek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: