You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/16 07:07:58 UTC

[camel] branch master updated: Fixed Camel-Telegram Karaf feature which now needs camel-webhook

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

acosentino 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 543e5ed  Fixed Camel-Telegram Karaf feature which now needs camel-webhook
543e5ed is described below

commit 543e5ed5384eebd5003b2308ad6b53a74ea0f0fd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 16 09:07:28 2019 +0200

    Fixed Camel-Telegram Karaf feature which now needs camel-webhook
---
 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 3b0dbd0..5c82b70 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2422,6 +2422,7 @@
   </feature>
   <feature name='camel-telegram' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
+    <feature version='${project.version}'>camel-webhook</feature>
     <feature version='${cxf-version-range}'>cxf-core</feature>
     <feature version='${cxf-version-range}'>cxf-jaxrs</feature>
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>