This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/2.13.x by this push: new 4943779c18 Add a separate version property for FHIR core dependencies 4943779c18 is described below commit 4943779c18c483f36d55a9acede7f967fc945071 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Nov 22 16:17:52 2022 +0000 Add a separate version property for FHIR core dependencies --- pom.xml | 1 + poms/bom/pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6af6108136..55225449a3 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,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>4.2.0</hapi-fhir-core.version><!-- @sync ca.uhn.hapi.fhir:hapi-fhir:${hapi-fhir.version} prop:fhir_core_version --> <hbase.version>${hbase-version}</hbase.version> <htrace.version>4.2.0-incubating</htrace.version><!-- Mess in hbase transitive deps --> <infinispan.version>13.0.11.Final</infinispan.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.infinispan:infinispan-core --> diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index ca3fdb04a9..c6ae782ed1 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -9676,7 +9676,7 @@ <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.dstu2</artifactId> - <version>${hapi-fhir.version}</version> + <version>${hapi-fhir-core.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> @@ -9695,7 +9695,7 @@ <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.dstu2016may</artifactId> - <version>${hapi-fhir.version}</version> + <version>${hapi-fhir-core.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> @@ -9714,7 +9714,7 @@ <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.dstu3</artifactId> - <version>${hapi-fhir.version}</version> + <version>${hapi-fhir-core.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> @@ -9733,7 +9733,7 @@ <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.r4</artifactId> - <version>${hapi-fhir.version}</version> + <version>${hapi-fhir-core.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> @@ -9752,7 +9752,7 @@ <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.r5</artifactId> - <version>${hapi-fhir.version}</version> + <version>${hapi-fhir-core.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> @@ -9771,7 +9771,7 @@ <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.utilities</artifactId> - <version>${hapi-fhir.version}</version> + <version>${hapi-fhir-core.version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId>