Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files (FELIX-1617)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@820449 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell/pom.xml b/shell/pom.xml
index 47bdd3a..875b9fa 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -30,14 +30,14 @@
   <version>1.5.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>4.1.0</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>4.0.0</version>
     </dependency>    
   </dependencies>
   <build>