You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by gr...@apache.org on 2011/08/19 12:24:32 UTC

svn commit: r1159577 - /logging/log4j/trunk/pom.xml

Author: grobmeier
Date: Fri Aug 19 10:24:32 2011
New Revision: 1159577

URL: http://svn.apache.org/viewvc?rev=1159577&view=rev
Log:
antrun plugin needs compile scope for compiling the tests

Modified:
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=1159577&r1=1159576&r2=1159577&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Fri Aug 19 10:24:32 2011
@@ -318,7 +318,7 @@ target platform and specify -Dntdll_targ
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
-            <scope>test</scope>
+            <scope>compile</scope>
           </dependency>
           <dependency>
             <groupId>sun.jdk</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org