[
https://issues.apache.org/jira/browse/CAMEL-11965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225609#comment-16225609
]
ASF GitHub Bot commented on CAMEL-11965:
----------------------------------------
davsclaus closed pull request #2069: CAMEL-11965: added in parent/pom.xml all
the hapi structures dependen…
URL: https://github.com/apache/camel/pull/2069
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/parent/pom.xml b/parent/pom.xml
index eacdfe12390..49e111180de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4203,6 +4203,21 @@
<!-- optional hapi dependencies -->
<dependency>
<groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-structures-v22</artifactId>
+ <version>${hapi-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-structures-v23</artifactId>
+ <version>${hapi-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-structures-v231</artifactId>
+ <version>${hapi-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-structures-v24</artifactId>
<version>${hapi-version}</version>
</dependency>
@@ -4211,6 +4226,16 @@
<artifactId>hapi-structures-v25</artifactId>
<version>${hapi-version}</version>
</dependency>
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-structures-v251</artifactId>
+ <version>${hapi-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-structures-v26</artifactId>
+ <version>${hapi-version}</version>
+ </dependency>
<!-- optional disruptor dependencies -->
<dependency>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)