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.tui/pom.xml b/shell.tui/pom.xml
index 4d568bb..113d003 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -31,9 +31,9 @@
   <artifactId>org.apache.felix.shell.tui</artifactId>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>4.0.0</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>