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.examples.dictionaryservice/pom.xml b/org.apache.felix.examples.dictionaryservice/pom.xml
index 379d145..1008e1b 100644
--- a/org.apache.felix.examples.dictionaryservice/pom.xml
+++ b/org.apache.felix.examples.dictionaryservice/pom.xml
@@ -36,6 +36,9 @@
             <exportPackage>
               org.apache.felix.examples.dictionaryservice
             </exportPackage>
+            <importPackage>
+            	 org.osgi.framework
+            </importPackage>
           </osgiManifest>
         </configuration>
       </plugin>