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/integration-tests/pom.xml b/ipojo/tests/integration-tests/pom.xml
index 0e99360..122b21c 100644
--- a/ipojo/tests/integration-tests/pom.xml
+++ b/ipojo/tests/integration-tests/pom.xml
@@ -242,7 +242,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.configadmin</artifactId>
-      <version>1.0.10</version>
+      <version>1.2.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
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>