Clean up dependencies. (FELIX-2042)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@942169 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 881bacc..86b2820 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -44,82 +44,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>${pom.groupId}.gogo</groupId>
-      <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>${gogo.runtime.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}.gogo</groupId>
-      <artifactId>org.apache.felix.gogo.console</artifactId>
-      <version>${gogo.console.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}.gogo</groupId>
-      <artifactId>org.apache.felix.gogo.felixcommands</artifactId>
-      <version>${felix.commands.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>org.apache.felix.bundlerepository</artifactId>
-      <version>${obr.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>${pom.groupId}</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>${pom.groupId}</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>${pom.groupId}</groupId>
-          <artifactId>org.osgi.service.obr</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>net.sf.kxml</groupId>
-          <artifactId>kxml2</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
   </dependencies>
   <properties>
     <log.level>4</log.level>
@@ -128,7 +52,7 @@
     <gogo.runtime.version>0.5.0-SNAPSHOT</gogo.runtime.version>
     <gogo.console.version>0.5.0-SNAPSHOT</gogo.console.version>
     <felix.commands.version>0.9.0-SNAPSHOT</felix.commands.version>
-    <obr.version>1.4.3</obr.version>
+    <obr.version>1.6.2</obr.version>
   </properties>
   <profiles>
     <profile>