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/bundlerepository/pom.xml b/bundlerepository/pom.xml
index cf8b91b..a88d62c 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -46,11 +46,16 @@
       <version>2.2.2</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>
         <optional>true</optional>
     </dependency>
+    <dependency>
+       <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>4.1.0</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>