[ 
https://issues.apache.org/jira/browse/CAMEL-11965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225171#comment-16225171
 ] 

Andrea Tarocchi commented on CAMEL-11965:
-----------------------------------------

[~davsclaus] that is a perfectly sensible approach, but in that case we should 
remove the optional dependency on v24 and v25 or add them all (which are 12).
Otherwise I fail to see the criteria in picking some versions over the others. 
Is there a specific reason why just v24 and v25 are included?

Regards,
Andrea.

> 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: Task
>          Components: build system
>    Affects Versions: 2.20.0
>            Reporter: Andrea Tarocchi
>            Assignee: Andrea Cosentino
>            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)

Reply via email to