Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x cd7300692 -> 44a07f956


Removing optional import as then parent import can work


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

Branch: refs/heads/camel-2.15.x
Commit: 619403801a34e5d66d6dea60b55b573175a98825
Parents: cd73006
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Thu Aug 13 10:57:30 2015 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Thu Oct 8 15:11:47 2015 +0200

----------------------------------------------------------------------
 components/camel-cxf/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/61940380/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 8b1c460..7bd60f9 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -58,7 +58,6 @@
       
org.apache.aries.blueprint.reflect;version="[1.0,2.0)";resolution:=optional,
       
org.apache.aries.blueprint.mutable;version="[1.0,2.0)";resolution:=optional,
       org.apache.camel.blueprint;resolution:=optional,
-      org.osgi.framework;resolution:=optional,
       *
     </camel.osgi.import>
 

Reply via email to