Depend on official OSGi JARs.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@988565 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell.remote/pom.xml b/shell.remote/pom.xml
index 6d98f80..840fa6f 100644
--- a/shell.remote/pom.xml
+++ b/shell.remote/pom.xml
@@ -33,14 +33,14 @@
     <artifactId>org.apache.felix.shell.remote</artifactId>
     <dependencies>
         <dependency>
-            <groupId>${pom.groupId}</groupId>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>1.0.0</version>
+            <version>4.0.0</version>
         </dependency>
         <dependency>
-            <groupId>${pom.groupId}</groupId>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>1.0.1</version>
+            <version>4.0.0</version>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>