Add the temporal dependency handler in the parent pom.
Add the temporal dependency handler tests in the test pom files.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@673701 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/pom.xml b/ipojo/pom.xml
index 7fed4b0..33a5720 100644
--- a/ipojo/pom.xml
+++ b/ipojo/pom.xml
@@ -41,6 +41,7 @@
 		<module>ant</module>
 		<module>white.board.pattern.handler</module>
 		<module>extender.pattern.handler</module>
+		<module>temporal.dependency.handler</module>
 	</modules>
 		
 	
diff --git a/ipojo/tests/pom.xml b/ipojo/tests/pom.xml
index 29bf156..2503642 100644
--- a/ipojo/tests/pom.xml
+++ b/ipojo/tests/pom.xml
@@ -40,6 +40,7 @@
 	<module>tests.composite.service.import-export</module>

 	<module>tests.composite.service.instance</module>

 	<module>tests.composite.service.providing</module>

+	<module>tests.temporal.dependency</module>

    </modules>

    

    <profiles>