Repository: james-project Updated Branches: refs/heads/master fed833a8f -> de1544049
JAMES-1739 depends on logback for cassandra-guice logging Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f848f62e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f848f62e Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f848f62e Branch: refs/heads/master Commit: f848f62ea92c1f669458bb9239181692d8637f74 Parents: 7015d94 Author: Matthieu Baechler <[email protected]> Authored: Wed May 18 07:53:12 2016 +0200 Committer: Matthieu Baechler <[email protected]> Committed: Wed May 18 07:53:12 2016 +0200 ---------------------------------------------------------------------- server/container/guice/cassandra-guice/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/f848f62e/server/container/guice/cassandra-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml index b554af0..6db5da5 100644 --- a/server/container/guice/cassandra-guice/pom.xml +++ b/server/container/guice/cassandra-guice/pom.xml @@ -239,6 +239,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.1.7</version> + </dependency> + <dependency> <groupId>com.jayway.awaitility</groupId> <artifactId>awaitility</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
