This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 54deeae27e0 chore : add a a special hapi-base-version so different
versions of hapi-base and hapi-structures can be used (#7519)
54deeae27e0 is described below
commit 54deeae27e0696bdfe1916d2e4fe636943beafad
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Apr 28 10:54:13 2022 -0400
chore : add a a special hapi-base-version so different versions of
hapi-base and hapi-structures can be used (#7519)
---
components/camel-hl7/pom.xml | 2 +-
parent/pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml
index 9969bfd2ba8..37d5b6c18fd 100644
--- a/components/camel-hl7/pom.xml
+++ b/components/camel-hl7/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-base</artifactId>
- <version>${hapi-version}</version>
+ <version>${hapi-base-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3686bede0b8..9af40454b6f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -227,6 +227,7 @@
<hadoop3-guava-version>29.0-jre</hadoop3-guava-version>
<hamcrest-version>2.2</hamcrest-version>
<hapi-version>2.3</hapi-version>
+ <hapi-base-version>2.3</hapi-base-version>
<hapi-fhir-version>4.2.0</hapi-fhir-version>
<hawtbuf-version>1.11</hawtbuf-version>
<hawtdispatch-version>1.22</hawtdispatch-version>