This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new 6c7be87c0d Use camel-dependencies hapi-fhir-core-version property 
instead of @sync from FHIR deps
6c7be87c0d is described below

commit 6c7be87c0dbf99cb003ae943de7c8ed4104efff9
Author: James Netherton <[email protected]>
AuthorDate: Fri Jul 24 13:13:10 2026 +0100

    Use camel-dependencies hapi-fhir-core-version property instead of @sync 
from FHIR deps
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 807263250d..f848878d2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <hapi.version>${hapi-version}</hapi.version>
         <hapi-base.version>${hapi-base-version}</hapi-base.version>
         <hapi-fhir.version>${hapi-fhir-version}</hapi-fhir.version>
-        <hapi-fhir-core.version>6.9.12</hapi-fhir-core.version><!-- @sync 
ca.uhn.hapi.fhir:hapi-fhir:${hapi-fhir.version} prop:fhir_core_version -->
+        
<hapi-fhir-core.version>${hapi-fhir-core-version}</hapi-fhir-core.version>
         <ibm.java-sdk-core.version>9.25.0</ibm.java-sdk-core.version><!-- 
Required because of https://github.com/apache/camel-quarkus/issues/7269 -->
         <ibm.mq.client.version>9.4.5.0</ibm.mq.client.version>
         <icu4j.version>${icu4j-version}</icu4j.version>

Reply via email to