You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Tarocchi (JIRA)" <ji...@apache.org> on 2017/10/30 15:01:12 UTC

[jira] [Created] (CAMEL-11965) camel BOM (and camel-hl7) lack the optional dependency to hapi-structures-v251

Andrea Tarocchi created CAMEL-11965:
---------------------------------------

             Summary: camel BOM (and camel-hl7) lack the optional dependency to hapi-structures-v251
                 Key: CAMEL-11965
                 URL: https://issues.apache.org/jira/browse/CAMEL-11965
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.20.0, 2.19.0, 2.18.0, 2.17.0
            Reporter: Andrea Tarocchi
            Priority: Minor


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:

{code:XML}
  <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>
{code}
is not able to do:

{code:java}
		<dependency>
			<groupId>ca.uhn.hapi</groupId>
			<artifactId>hapi-structures-v251</artifactId>
		</dependency>
{code}
but need to specify the right version defeating the purpose of using a BOM.
 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)