Repository: cxf Updated Branches: refs/heads/master 61c7b99b6 -> f97778f0c
Remove unused osgi imports that are causing issues on Karaf4 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/48262ef2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/48262ef2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/48262ef2 Branch: refs/heads/master Commit: 48262ef26a489c664afdd6459988002eba34bc15 Parents: 61c7b99 Author: Daniel Kulp <[email protected]> Authored: Mon Nov 3 12:18:44 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Mon Nov 3 12:18:44 2014 -0500 ---------------------------------------------------------------------- osgi/karaf/commands/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/48262ef2/osgi/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml index 31f589f..1e4be47 100644 --- a/osgi/karaf/commands/pom.xml +++ b/osgi/karaf/commands/pom.xml @@ -64,10 +64,8 @@ <instructions> <Import-Package> !org.apache.cxf.karaf.commands, - org.apache.felix.service.command;version="[0.6,1)", - org.apache.felix.gogo.commands;version="[0.6,1)", org.apache.cxf*;version="[3,4)", - org.apache.karaf.shell.console;version="[2.3,4)", + org.apache.karaf.shell*;version="[2.3,5)", * </Import-Package> <_nouses>true</_nouses>
