Repository: camel
Updated Branches:
  refs/heads/master d947a3824 -> a8e18c209


CAMEL-8647: Fix duplicated import-package statement for org.osgi.framework in 
camel-cxf manifest


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

Branch: refs/heads/master
Commit: a8e18c2095110c92faeb4b47d67f8141d7c3869a
Parents: d947a38
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue May 19 08:07:42 2015 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue May 19 08:07:42 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/a8e18c20/components/camel-cxf-transport/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/pom.xml 
b/components/camel-cxf-transport/pom.xml
index 03ed120..e67e15a 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -44,7 +44,6 @@
       
org.springframework*;version="${spring-version-range}";resolution:=optional,
       ${camel.osgi.import.defaults},
       ${camel.osgi.import.additional},
-      org.osgi.framework;resolution:=optional,
       org.apache.aries.blueprint*;resolution:=optional,
       org.osgi.service.blueprint*;resolution:=optional,
       *

Reply via email to