Repository: james-project
Updated Branches:
  refs/heads/master d58b9769e -> a4d524d86


JAMES-2654 SMTP protocol module should depend on logback-classic only in tests


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/73648336
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/73648336
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/73648336

Branch: refs/heads/master
Commit: 73648336e2e2f595cbf0e6e97c3f0917a5865045
Parents: e655e24
Author: Benoit Tellier <btell...@linagora.com>
Authored: Wed Jan 30 10:39:39 2019 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Wed Jan 30 17:50:20 2019 +0700

----------------------------------------------------------------------
 protocols/smtp/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/73648336/protocols/smtp/pom.xml
----------------------------------------------------------------------
diff --git a/protocols/smtp/pom.xml b/protocols/smtp/pom.xml
index 73a79fa..276904a 100644
--- a/protocols/smtp/pom.xml
+++ b/protocols/smtp/pom.xml
@@ -61,7 +61,8 @@
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-core</artifactId>
+            <artifactId>logback-classic</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to