[CXF-5640] Remove the require-bundle for the bundle that has changed names
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1e73a27a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1e73a27a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1e73a27a Branch: refs/heads/2.6.x-fixes Commit: 1e73a27ab23938a94ef4c1448c073637cabbecee Parents: 86b1f1b Author: Daniel Kulp <[email protected]> Authored: Mon Mar 24 15:04:11 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Mar 24 15:14:40 2014 -0400 ---------------------------------------------------------------------- osgi/bundle/compatible/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1e73a27a/osgi/bundle/compatible/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml index 2159281..b5a9013 100644 --- a/osgi/bundle/compatible/pom.xml +++ b/osgi/bundle/compatible/pom.xml @@ -270,8 +270,7 @@ org.apache.cxf.cxf-rt-transports-http;visibility:=reexport, org.apache.cxf.cxf-rt-bindings-soap;visibility:=reexport, org.apache.cxf.cxf-rt-ws-security;visibility:=reexport, - org.apache.cxf.cxf-rt-ws-rm;visibility:=reexport, - org.springframework.beans</Require-Bundle> + org.apache.cxf.cxf-rt-ws-rm;visibility:=reexport</Require-Bundle> <_failok>true</_failok> <_nouses>true</_nouses> <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
