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 09:41:02 UTC

[camel] 02/02: Lets use the Jetty feature and camel-http4 for camel-urlrewrite 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 d8f4b16a46c1a753bcb8bd1ee82ff731fa33f423
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 13 10:40:28 2018 +0100

    Lets use the Jetty feature and camel-http4 for camel-urlrewrite Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 96714db3..74cdba4 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2278,10 +2278,9 @@
     <bundle>mvn:org.apache.camel/camel-univocity-parsers/${project.version}</bundle>
   </feature>
   <feature name='camel-urlrewrite' version='${project.version}' resolver='(obr)' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <feature version='${project.version}'>camel-http</feature>
+    <feature>jetty</feature>
     <feature version='${project.version}'>camel-http4</feature>
-    <feature version='${project.version}'>camel-jetty</feature>
+    <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.urlrewritefilter/${urlrewritefilter-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-urlrewrite/${project.version}</bundle>
   </feature>

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