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/framework/pom.xml b/framework/pom.xml
index 8abdc86..7a117d2 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -34,11 +34,14 @@
       <artifactId>org.osgi.core</artifactId>
       <version>1.1.0-SNAPSHOT</version>
     </dependency>
-    <dependency>
+    <!--dependency>
+      We include ServiceTracker source code directly to avoid some
+      packaging issues. Will need to edit main pom to exclude this
+      dependency once it is added back in.
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.compendium</artifactId>
       <version>0.9.0-SNAPSHOT</version>
-    </dependency>
+    </dependency-->
   </dependencies>
   <build>
     <plugins>