Removed the logback dependency which seems to make OSGi tests failing
diff --git a/osgi-integ/pom.xml b/osgi-integ/pom.xml
index e549c2f..eab9142 100644
--- a/osgi-integ/pom.xml
+++ b/osgi-integ/pom.xml
@@ -216,11 +216,11 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
+    <!--dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
       <scope>test</scope>
-    </dependency>
+    </dependency-->
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-forked</artifactId>