Add session to junit4osgi:
- services are automatically unget
- instances created with the iPOJO helper are automatically disposed
Add a log service implementation to the junit4osgi plugin to collected logged messages during test execution (as well as messages printed on System.out ans System.err).
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@720011 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/junit4osgi/pom.xml b/ipojo/examples/junit4osgi/pom.xml
index c0c0a4e..1dede45 100644
--- a/ipojo/examples/junit4osgi/pom.xml
+++ b/ipojo/examples/junit4osgi/pom.xml
@@ -27,6 +27,7 @@
<modules>
<module>junit4osgi</module>
<module>felix-command</module>
+ <module>maven-junit4osgi-plugin</module>
</modules>
<profiles>