You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/03/14 19:05:29 UTC

[camel] branch camel-3.11.x updated: CAMEL-17788: Support FHIR versions DSTU2_HL7ORG & DSTU2_1

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

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


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new 049109c  CAMEL-17788: Support FHIR versions DSTU2_HL7ORG & DSTU2_1
049109c is described below

commit 049109c512125fe7056d44fb531e09385fec3e98
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Mar 14 10:18:01 2022 +0000

    CAMEL-17788: Support FHIR versions DSTU2_HL7ORG & DSTU2_1
---
 components/camel-fhir/camel-fhir-component/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/components/camel-fhir/camel-fhir-component/pom.xml b/components/camel-fhir/camel-fhir-component/pom.xml
index ab92980..9337d3e 100644
--- a/components/camel-fhir/camel-fhir-component/pom.xml
+++ b/components/camel-fhir/camel-fhir-component/pom.xml
@@ -98,6 +98,18 @@
             <version>${hapi-fhir-version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>ca.uhn.hapi.fhir</groupId>
+            <artifactId>hapi-fhir-structures-dstu2.1</artifactId>
+            <version>${hapi-fhir-version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>ca.uhn.hapi.fhir</groupId>
+            <artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
+            <version>${hapi-fhir-version}</version>
+        </dependency>
+
         <!-- testing -->
         <dependency>
             <groupId>org.junit.jupiter</groupId>