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/13 14:10:06 UTC

[camel] 01/02: Revert "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

commit df052860eb477185308c44639f75fb8e4c6c34ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 13 15:08:55 2018 +0100

    Revert "CAMEL-12230:Camel-Ribbon: add a Karaf feature"
    
    This reverts commit 90fd46eebca67ad6787fc95e1fc220cff7015274.
---
 platforms/karaf/features/src/main/resources/features.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 74cdba4..7912071 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1837,12 +1837,6 @@
     <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.