|
From: <rlo...@us...> - 2008-02-04 13:47:29
|
Revision: 556
http://dbunit.svn.sourceforge.net/dbunit/?rev=556&view=rev
Author: rlogiacco
Date: 2008-02-04 05:47:26 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
removed verbose output on test execution
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-02-04 12:46:35 UTC (rev 555)
+++ trunk/pom.xml 2008-02-04 13:47:26 UTC (rev 556)
@@ -250,7 +250,7 @@
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
+ <artifactId>slf4j-nop</artifactId>
<version>1.4.3</version>
<scope>test</scope>
</dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|