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/framework/pom.xml b/framework/pom.xml
index d65c3d5..8473703 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -34,14 +34,11 @@
       <artifactId>org.osgi.core</artifactId>
       <version>1.0.0</version>
     </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.
+    <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-    </dependency-->
+      <version>1.0.0</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>