You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2014/12/01 15:38:07 UTC

cxf git commit: CXF-6124 Use only http feature

Repository: cxf
Updated Branches:
  refs/heads/master 1f02b3d4f -> c5609a479


CXF-6124 Use only http feature


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c5609a47
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c5609a47
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c5609a47

Branch: refs/heads/master
Commit: c5609a479c87ea75e016b61daeafe0021f693332
Parents: 1f02b3d
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Dec 1 15:38:01 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Dec 1 15:38:01 2014 +0100

----------------------------------------------------------------------
 osgi/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/c5609a47/osgi/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index ade817d..dfd3eb7 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -125,7 +125,7 @@
     </feature>
     <feature name="cxf-http" version="${project.version}" resolver="(obr)">
         <feature version="${project.version}">cxf-core</feature>
-        <feature version="[2,5)">http-whiteboard</feature>
+        <feature version="[2,5)">http</feature>
         <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-transports-http/${project.version}</bundle>
     </feature>
     <feature name="cxf-http-jetty" version="${project.version}" resolver="(obr)">