Author: felixk Date: Wed Oct 12 04:35:44 2011 New Revision: 1182200 URL: http://svn.apache.org/viewvc?rev=1182200&view=rev Log: Add simple logger for tests
Modified: james/mailbox/trunk/store/pom.xml Modified: james/mailbox/trunk/store/pom.xml URL: http://svn.apache.org/viewvc/james/mailbox/trunk/store/pom.xml?rev=1182200&r1=1182199&r2=1182200&view=diff ============================================================================== --- james/mailbox/trunk/store/pom.xml (original) +++ james/mailbox/trunk/store/pom.xml Wed Oct 12 04:35:44 2011 @@ -57,6 +57,11 @@ <artifactId>commons-lang</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org