Tried to update the launcher to use standard embedding and launching API.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@790997 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/gogo.launcher/pom.xml b/gogo/gogo.launcher/pom.xml
index 273e922..32e07b5 100644
--- a/gogo/gogo.launcher/pom.xml
+++ b/gogo/gogo.launcher/pom.xml
@@ -31,7 +31,8 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>org.apache.felix.framework</artifactId>
+            <version>1.8.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>