[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/9af4c47a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9af4c47a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9af4c47a Branch: refs/heads/2.7.x-fixes Commit: 9af4c47a63681d629c0d86f1d39e1bce001a6540 Parents: fb67d7e Author: Daniel Kulp <[email protected]> Authored: Mon Mar 24 15:04:11 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Mar 24 15:06:51 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/9af4c47a/osgi/bundle/compatible/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml index 89add2d..8b7b386 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>
