You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/03/27 22:32:58 UTC

[directory-server] branch master updated: Removed the logback dependency which seems to make OSGi tests failing

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new c7f311e  Removed the logback dependency which seems to make OSGi tests failing
     new 0bb20b1  Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server
c7f311e is described below

commit c7f311ea09484738e8f697bc3fbcdb7f8a1ce2aa
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Fri Mar 27 23:32:06 2020 +0100

    Removed the logback dependency which seems to make OSGi tests failing
---
 osgi-integ/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>