You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/19 11:31:25 UTC

[camel] branch master updated: CAMEL-12221: Add camel-fhir to kit

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d4d3ca  CAMEL-12221: Add camel-fhir to kit
0d4d3ca is described below

commit 0d4d3ca4232814d49877b62fc8030ee4aa1d56fb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 19 12:31:08 2018 +0100

    CAMEL-12221: Add camel-fhir to kit
---
 apache-camel/pom.xml                             | 5 +++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 parent/pom.xml                                   | 5 +++++
 3 files changed, 11 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 18a7e31..78e59b4 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1467,6 +1467,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-fhir-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>    
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-flatpack-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 6b21ecf..4acd7d5 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -406,6 +406,7 @@
         <include>org.apache.camel:camel-exec-starter</include>
         <include>org.apache.camel:camel-facebook-starter</include>
         <include>org.apache.camel:camel-fastjson-starter</include>
+        <include>org.apache.camel:camel-fhir-starter</include>
         <include>org.apache.camel:camel-flatpack-starter</include>
         <include>org.apache.camel:camel-flink-starter</include>
         <include>org.apache.camel:camel-fop-starter</include>
diff --git a/parent/pom.xml b/parent/pom.xml
index 4661e14..6dd6046 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2658,6 +2658,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-fhir-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-flatpack-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.