You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by Jason Dillon <ja...@planet57.com> on 2011/03/17 17:51:53 UTC

Re: svn commit: r1082504 - /incubator/wink/trunk/wink-component-test-support/pom.xml

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, rott@apache.org 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>
> 
>