You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ro...@apache.org on 2011/03/17 15:43:47 UTC

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

Author: rott
Date: Thu Mar 17 14:43:47 2011
New Revision: 1082508

URL: http://svn.apache.org/viewvc?rev=1082508&view=rev
Log:
set correct scope on slf4j-simple dependency in pom.xml

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=1082508&r1=1082507&r2=1082508&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:43:47 2011
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>