Fix issue Felix-1533:
avoid the potential deadlock when the OSGi frameowrk is stopping
Fix issue Felix-1532:
Add a new property to set the log level (beginning by an upper case)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@808377 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/pom.xml b/ipojo/tests/pom.xml
index b4a24db..c46dd4e 100644
--- a/ipojo/tests/pom.xml
+++ b/ipojo/tests/pom.xml
@@ -42,6 +42,7 @@
<module>core/handler</module>
<module>core/external-handlers</module>
<module>core/bad-configurations</module>
+ <module>core/logger</module>
<module>composite/composite-runtime</module>
<module>composite/import-export</module>
<module>composite/service-instance</module>