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/dc1a1c0b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/dc1a1c0b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/dc1a1c0b Branch: refs/heads/3.0.x-fixes Commit: dc1a1c0b7cca193c0278b70c567d73d3e4056807 Parents: e3ac9e9 Author: Daniel Kulp <[email protected]> Authored: Mon Nov 3 12:18:44 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Nov 7 13:50:47 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/dc1a1c0b/osgi/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml index f9c0e8b..a336a76 100644 --- a/osgi/karaf/commands/pom.xml +++ b/osgi/karaf/commands/pom.xml @@ -56,10 +56,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>
