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

ASF GitHub Bot commented on CAMEL-11965:
----------------------------------------

GitHub user valdar opened a pull request:

    https://github.com/apache/camel/pull/2069

    CAMEL-11965: added in parent/pom.xml all the hapi structures dependen…

    …cies compatible vit version 2.2

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/valdar/camel CAMEL-11965

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2069.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2069
    
----
commit bd6d0aeaeeac200e6381a1773e6cadcdc8f7859e
Author: Andrea Tarocchi <ataro...@redhat.com>
Date:   2017-10-30T17:04:57Z

    CAMEL-11965: added in parent/pom.xml all the hapi structures dependencies 
compatible vit version 2.2

----


> 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