Repository: cxf-fediz Updated Branches: refs/heads/master f0146fd6a -> 9c6aafe0d
Fixing previous merge Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/9c6aafe0 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/9c6aafe0 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/9c6aafe0 Branch: refs/heads/master Commit: 9c6aafe0da396252d8cf4cb1e52abb90a3f85989 Parents: f0146fd Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Dec 4 16:50:37 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Dec 4 16:50:37 2015 +0000 ---------------------------------------------------------------------- plugins/cxf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9c6aafe0/plugins/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml index 93e687f..120751c 100644 --- a/plugins/cxf/pom.xml +++ b/plugins/cxf/pom.xml @@ -114,11 +114,11 @@ <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> <Specification-Version>${project.version}</Specification-Version> <Export-Package> - org.apache.cxf.fediz.spring.*;version="${project.version}" + org.apache.cxf.fediz.cxf.*;version="${project.version}" </Export-Package> <Import-Package> !org.apache.cxf.fediz.spring*, - org.apache.cxf.fediz.cxf.*, + org.apache.cxf.fediz.core.*, *;resolution:=optional </Import-Package> </instructions>
