Now that compendium has been released, we no longer need to embed service
tracker source into the framework subproject.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@615628 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 55346bf..c383d47 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -38,12 +38,10 @@
           <groupId>${pom.groupId}</groupId>
           <artifactId>org.osgi.core</artifactId>
         </exclusion>
-        <!--exclusion>
-          For now framework doesn't have this dependency, but it
-          will once the compendium bundle is released.
+        <exclusion>
           <groupId>${pom.groupId}</groupId>
           <artifactId>org.osgi.compendium</artifactId>
-        </exclusion-->
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -78,6 +76,10 @@
           <artifactId>org.osgi.core</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>${pom.groupId}</groupId>
+          <artifactId>org.osgi.service.obr</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>net.sf.kxml</groupId>
           <artifactId>kxml2</artifactId>
         </exclusion>