Updates to Felix examples related to recent artifactId, package, and other renaming:
o  "Gravity Service Binder" to "Apache Felix Service Binder"
o  org.ungoverned.gravity to org.apache.felix.servicebinder
o  org.osgi to org.osgi.core

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@390895 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.examples.dictionaryservice/pom.xml b/org.apache.felix.examples.dictionaryservice/pom.xml
index d665afe..379d145 100644
--- a/org.apache.felix.examples.dictionaryservice/pom.xml
+++ b/org.apache.felix.examples.dictionaryservice/pom.xml
@@ -11,7 +11,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>org.osgi</artifactId>
+      <artifactId>org.osgi.core</artifactId>
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>