Repository: james-project Updated Branches: refs/heads/master 6b2880416 -> 110e9a2a2
JAMES-2623 include logback for test logs Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a3de0565 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a3de0565 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a3de0565 Branch: refs/heads/master Commit: a3de05651b96fb000f3f9a011ad87d30ffe4d977 Parents: 2ac1fe6 Author: Matthieu Baechler <[email protected]> Authored: Fri Dec 7 16:32:18 2018 +0100 Committer: Antoine Duprat <[email protected]> Committed: Thu Dec 20 14:38:35 2018 +0100 ---------------------------------------------------------------------- server/blob/blob-cassandra/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a3de0565/server/blob/blob-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/server/blob/blob-cassandra/pom.xml b/server/blob/blob-cassandra/pom.xml index 42a77ef..63a3414 100644 --- a/server/blob/blob-cassandra/pom.xml +++ b/server/blob/blob-cassandra/pom.xml @@ -58,6 +58,11 @@ <artifactId>james-server-util</artifactId> </dependency> <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
