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 63300d9aee3774225701f74fa290b2e29fce6046
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Feb 13 10:24:42 2018 +0100

    Lets use the Http feature for Camel-sap-netweaver Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 324178e..96714db3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1860,7 +1860,7 @@
     <bundle>mvn:org.apache.camel/camel-rx/${project.version}</bundle>
   </feature>
   <feature name='camel-sap-netweaver' version='${project.version}' 
resolver='(obr)' start-level='50'>
-    <feature version='${project.version}'>camel-http</feature>
+    <feature>http</feature>
     <bundle 
dependency='true'>mvn:org.codehaus.jackson/jackson-core-asl/${jackson-version}</bundle>
     <bundle 
dependency='true'>mvn:org.codehaus.jackson/jackson-mapper-asl/${jackson-version}</bundle>
     
<bundle>mvn:org.apache.camel/camel-sap-netweaver/${project.version}</bundle>

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

Reply via email to