FELIX-3689 : Event admin requires org.osgi.util.tracker in version 1.5

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1391352 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eventadmin/impl/pom.xml b/eventadmin/impl/pom.xml
index d452196..85bd42b 100644
--- a/eventadmin/impl/pom.xml
+++ b/eventadmin/impl/pom.xml
@@ -108,7 +108,8 @@
                         </Export-Service>
                         <!-- Include concurrent lib but not sub packages -->
                         <Embed-Dependency>
-                            concurrent;inline="EDU/oswego/cs/dl/util/concurrent/[A-Z]*"
+                            concurrent;inline="EDU/oswego/cs/dl/util/concurrent/[A-Z]*",
+                            org.osgi.compendium;inline="org/osgi/util/tracker/*"
                         </Embed-Dependency>
                     </instructions>
                 </configuration>