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 2018/02/07 11:52:04 UTC

[camel] branch master updated: CAMEL-12230:Camel-Ribbon: add a Karaf feature

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 90fd46e  CAMEL-12230:Camel-Ribbon: add a Karaf feature
90fd46e is described below

commit 90fd46eebca67ad6787fc95e1fc220cff7015274
Author: Ramu <kk...@redhat.com>
AuthorDate: Wed Feb 7 17:09:28 2018 +0530

    CAMEL-12230:Camel-Ribbon: add a Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 055abdd..b4254a3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1835,6 +1835,12 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-rmi/${project.version}</bundle>
   </feature>
+  <feature name="camel-ribbon" version='${project.version}' resolver='(obr)' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <bundle dependency='true'>wrap:mvn:com.netflix.ribbon/ribbon-core/${ribbon-version}</bundle>
+    <bundle dependency='true'>wrap:mvn:com.netflix.ribbon/ribbon-loadbalancer/${ribbon-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-ribbon/${project.version}</bundle>
+  </feature>
   <feature name='camel-routebox' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-routebox/${project.version}</bundle>

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