Fixed various Bundles that do not import org.osgi.framework and subsequently can not be started.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@395041 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.wireadmin/pom.xml b/org.apache.felix.wireadmin/pom.xml
index 4080b91..f62ea69 100644
--- a/org.apache.felix.wireadmin/pom.xml
+++ b/org.apache.felix.wireadmin/pom.xml
@@ -41,7 +41,7 @@
             </bundleActivator>
             <bundleSymbolicName>org.apache.felix.wireadmin</bundleSymbolicName>
             <importPackage>
-              org.osgi.service.wireadmin; specification-version=1.0.0
+              org.osgi.framework, org.osgi.service.wireadmin; specification-version=1.0.0
             </importPackage>
           </osgiManifest>
         </configuration>