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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 51a1be0  CAMEL-15084: Move health implementation in camel-base into 
camel-health
51a1be0 is described below

commit 51a1be01688906e5602ad175aababbbabb508329
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun May 24 10:22:14 2020 +0200

    CAMEL-15084: Move health implementation in camel-base into camel-health
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index d9782dc..59a219a 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -56,6 +56,7 @@
     <bundle>mvn:org.apache.camel/camel-core-catalog/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cloud/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cluster/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-health/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-xml-jaxp/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-xml-jaxb/${project.version}</bundle>
     
<bundle>mvn:org.apache.camel/camel-caffeine-lrucache/${project.version}</bundle>

Reply via email to