Embedded the service tracker source code directly into the framework
project in order to avoid having to release the compendium bundle for the
1.0 release. This was necessary since compendium has some ugly dependencies.


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