This is an automated email from the ASF dual-hosted git repository.
ffang 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 b65d0d1 [CAMEL-12408]camel-cxf feature should not be tied to
cxf-http-jetty feature
b65d0d1 is described below
commit b65d0d1d8273047a76abce53f9551b376e9a2b49
Author: Freeman Fang <[email protected]>
AuthorDate: Tue Mar 27 12:50:57 2018 +0800
[CAMEL-12408]camel-cxf feature should not be tied to cxf-http-jetty 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 3d6304a..cab1e0a 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -475,7 +475,7 @@
<feature version='${cxf-version-range}'>cxf-core</feature>
<feature version='${cxf-version-range}'>cxf-jaxrs</feature>
<feature version='${cxf-version-range}'>cxf-jaxws</feature>
- <feature version='${cxf-version-range}'>cxf-http-jetty</feature>
+ <feature version='${cxf-version-range}'>cxf-http-provider</feature>
<feature version='${cxf-version-range}'>cxf-databinding-jaxb</feature>
<feature version='${cxf-version-range}'>cxf-bindings-soap</feature>
<bundle>mvn:org.apache.camel/camel-http-common/${project.version}</bundle>
--
To stop receiving notification emails like this one, please contact
[email protected].