Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes c67a89578 -> 1bbdb5e7b


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/eadac166
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/eadac166
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/eadac166

Branch: refs/heads/1.2.x-fixes
Commit: eadac166bcda8e0cefe8b3b4db7abfadde37d792
Parents: c67a895
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:51:30 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/eadac166/plugins/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 0a55b49..33b3ee7 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>

Reply via email to