Repository: cxf-fediz Updated Branches: refs/heads/master e711dc8ff -> f0146fd6a
Fixing OSGi exports Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/f0146fd6 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/f0146fd6 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/f0146fd6 Branch: refs/heads/master Commit: f0146fd6aefc1fddeb2b7508a0ec31e368530688 Parents: e711dc8 Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Dec 4 16:49:05 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Dec 4 16:49:05 2015 +0000 ---------------------------------------------------------------------- plugins/cxf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/f0146fd6/plugins/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml index 0e221d0..93e687f 100644 --- a/plugins/cxf/pom.xml +++ b/plugins/cxf/pom.xml @@ -118,7 +118,7 @@ </Export-Package> <Import-Package> !org.apache.cxf.fediz.spring*, - org.apache.cxf.fediz.core.*, + org.apache.cxf.fediz.cxf.*, *;resolution:=optional </Import-Package> </instructions>
