You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/05/09 09:17:26 UTC

svn commit: r654706 - /geronimo/server/trunk/testsuite/pom.xml

Author: jdillon
Date: Fri May  9 00:17:26 2008
New Revision: 654706

URL: http://svn.apache.org/viewvc?rev=654706&view=rev
Log:
Use slf4j-gossip for better control over logging output

Modified:
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=654706&r1=654705&r2=654706&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Fri May  9 00:17:26 2008
@@ -48,8 +48,8 @@
         </dependency>
         
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
+            <groupId>org.codehaus.groovy.maven.support</groupId>
+            <artifactId>slf4j-gossip</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>