I'd highly recommend using logback-classic instead, so that you can have more control over the logging used by tests. slf4j-simple is not very nice to configure.
--jason On Mar 17, 2011, at 7:37 AM, [email protected] wrote: > Author: rott > Date: Thu Mar 17 14:37:52 2011 > New Revision: 1082504 > > URL: http://svn.apache.org/viewvc?rev=1082504&view=rev > Log: > need slf4j-simple or some slf4j impl in the pom > > Modified: > incubator/wink/trunk/wink-component-test-support/pom.xml > > Modified: incubator/wink/trunk/wink-component-test-support/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/wink/trunk/wink-component-test-support/pom.xml?rev=1082504&r1=1082503&r2=1082504&view=diff > ============================================================================== > --- incubator/wink/trunk/wink-component-test-support/pom.xml (original) > +++ incubator/wink/trunk/wink-component-test-support/pom.xml Thu Mar 17 > 14:37:52 2011 > @@ -39,6 +39,10 @@ > </dependency> > <dependency> > <groupId>org.slf4j</groupId> > + <artifactId>slf4j-simple</artifactId> > + </dependency> > + <dependency> > + <groupId>org.slf4j</groupId> > <artifactId>jcl-over-slf4j</artifactId> > </dependency> > <dependency> > >
