Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 53c84d714 -> 4681cb3b5


Get more of 3.0.x workign on Karaf 4 (jetty stuff won't work)


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

Branch: refs/heads/3.0.x-fixes
Commit: 4681cb3b58270c4ce5a58a196afffd5fe3d14321
Parents: 53c84d7
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Nov 14 12:54:13 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Nov 14 12:54:45 2014 -0500

----------------------------------------------------------------------
 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/4681cb3b/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 ebc720b..5a1a703 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,4)">http-whiteboard</feature>
+        <feature version="[2,5)">http-whiteboard</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)">

Reply via email to