You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2008/01/20 03:01:59 UTC

svn commit: r613497 - /struts/struts2/trunk/core/pom.xml

Author: jmitchell
Date: Sat Jan 19 18:01:58 2008
New Revision: 613497

URL: http://svn.apache.org/viewvc?rev=613497&view=rev
Log:
WW-2421 - simple typo

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=613497&r1=613496&r2=613497&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sat Jan 19 18:01:58 2008
@@ -330,7 +330,7 @@
             <artifactId>junit</artifactId>
             <scope>compile</scope>
             <version>3.8.1</version>
-            <!-- has to be compile for StrutsTestCase, which is part of the base package so others can write unit tests -->
+            <!-- compile time dependency for StrutsTestCase, which is part of the base package so others can write unit tests -->
             <optional>true</optional>
         </dependency>