Added the dependency manager so it builds with the whole project.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@388838 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b89aebb..48ab0ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,7 @@
     <module>org.apache.felix.shell</module>
     <module>org.apache.felix.shell.tui</module>
     <module>org.apache.felix.daemon</module>
+    <module>org.apache.felix.dependencymanager</module>
     <module>org.apache.felix.main</module>
     <module>org.apache.felix.examples.eventlistener</module>
     <module>org.apache.felix.examples.dictionaryservice</module>