Repository: cxf
Updated Branches:
  refs/heads/master 42e6fde99 -> ff4fd0c01


align the start-level values in features.xml


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

Branch: refs/heads/master
Commit: ff4fd0c01aaf8ef1cbdb8707eb50a54d762d640b
Parents: 42e6fde
Author: Akitoshi Yoshida <a...@apache.org>
Authored: Fri Oct 23 11:16:04 2015 +0200
Committer: Akitoshi Yoshida <a...@apache.org>
Committed: Fri Oct 23 11:16:04 2015 +0200

----------------------------------------------------------------------
 osgi/karaf/features/src/main/resources/features.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ff4fd0c0/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 19845bf..80c339c 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -40,7 +40,7 @@
     <!-- Current the abdera bundle is not working as we expect -->
     <feature name="cxf-abdera" version="${project.version}" resolver="(obr)">
         <feature version="${project.version}">cxf-specs</feature>
-        <bundle start-level="35" 
dependency="true">mvn:commons-codec/commons-codec/${cxf.commons-codec.version}</bundle>
+        <bundle start-level="25" 
dependency="true">mvn:commons-codec/commons-codec/${cxf.commons-codec.version}</bundle>
         <bundle 
start-level="35">mvn:org.apache.abdera/abdera-core/${cxf.abdera.version}</bundle>
         <bundle 
start-level="35">mvn:org.apache.abdera/abdera-extensions-main/${cxf.abdera.version}</bundle>
         <bundle 
start-level="35">mvn:org.apache.abdera/abdera-i18n/${cxf.abdera.version}</bundle>
@@ -76,7 +76,7 @@
     <feature name="cxf-core" version="${project.version}" resolver="(obr)">
         <feature version="${project.version}">cxf-specs</feature>
         <bundle start-level="30" 
dependency="true">mvn:org.apache.ws.xmlschema/xmlschema-core/${cxf.xmlschema.version}</bundle>
-        <bundle start-level="30" 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${cxf.xmlresolver.bundle.version}</bundle>
+        <bundle start-level="25" 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${cxf.xmlresolver.bundle.version}</bundle>
         <bundle start-level="30" 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/${cxf.fastinfoset.bundle.version}</bundle>
         <bundle 
start-level="40">mvn:org.apache.cxf/cxf-core/${project.version}</bundle>
         <bundle 
start-level="40">mvn:org.apache.cxf/cxf-rt-management/${project.version}</bundle>
@@ -339,7 +339,7 @@
     </feature>
     <feature name="cxf-xjc-runtime" version="${project.version}" 
resolver="(obr)">
         <feature version="${project.version}">cxf-jaxb</feature>
-        <bundle start-level="40" 
dependency="true">mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
+        <bundle start-level="35" 
dependency="true">mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
         <bundle 
start-level="40">mvn:org.apache.cxf.xjc-utils/cxf-xjc-runtime/${cxf.xjc-utils.version}</bundle>
     </feature>
     <feature name="cxf-tools" version="${project.version}" resolver="(obr)">
@@ -351,7 +351,7 @@
         <feature version="${project.version}">cxf-jaxrs</feature>
         <feature version="${project.version}">cxf-jaxws</feature>
         <feature version="${project.version}">cxf-javascript</feature>
-        
<bundle>mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
+        <bundle 
start-level="35">mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
         
<bundle>mvn:org.apache.velocity/velocity/${cxf.velocity.version}</bundle>
         
<bundle>mvn:commons-collections/commons-collections/${cxf.commons-collections.version}</bundle>
         <bundle>mvn:org.apache.cxf/cxf-tools-common/${project.version}</bundle>
@@ -450,7 +450,7 @@
         <feature version="${project.version}">cxf-core</feature>
         <feature version="${project.version}">cxf-jaxrs</feature>
         <bundle start-level="35" 
dependency="true">mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
-        <bundle start-level="35" 
dependency="true">mvn:commons-codec/commons-codec/${cxf.commons-codec.version}</bundle>
+        <bundle start-level="25" 
dependency="true">mvn:commons-codec/commons-codec/${cxf.commons-codec.version}</bundle>
         <bundle 
start-level="35">mvn:org.apache.abdera/abdera-core/${cxf.abdera.version}</bundle>
         <bundle 
start-level="35">mvn:org.apache.abdera/abdera-i18n/${cxf.abdera.version}</bundle>
         <bundle 
start-level="35">mvn:org.apache.james/apache-mime4j-core/${cxf.james.mim4j.version}</bundle>

Reply via email to