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

camel BOM (and camel-hl7) lack the optional dependency to hapi-structures-v251

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.20.0
    • 2.20.1, 2.21.0
    • build system
    • None
    • Novice

    Description

      Camel BOM and camel-hl7 lack the optional dependency to hapi-structures-v251 while }
      hapi-structures-v25 and hapi-structures-v24 are present.

      So if a maven project use dependency management like:

        <dependencyManagement>
          <dependencies>
            <dependency>
              <groupId>org.apache.camel</groupId>
              <artifactId>camel-parent</artifactId>
              <version>${camel.version}</version>
              <type>pom</type>
              <scope>import</scope>
            </dependency>
          </dependencies>
        </dependencyManagement>
      

      is not able to do:

      		<dependency>
      			<groupId>ca.uhn.hapi</groupId>
      			<artifactId>hapi-structures-v251</artifactId>
      		</dependency>
      

      but need to specify the right version defeating the purpose of using a BOM.

      Attachments

        Issue Links

          Activity

            People

              acosentino Andrea Cosentino
              valdar Andrea Tarocchi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: