You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/16 23:04:53 UTC

svn commit: r369584 - /struts/action/trunk/pom.xml

Author: wsmoak
Date: Mon Jan 16 14:04:47 2006
New Revision: 369584

URL: http://svn.apache.org/viewcvs?rev=369584&view=rev
Log:
Marked the JUnit dependency as optional.  JUnit would normally be in test scope, but it is required to compile oas.mock.TestMockBase.

Modified:
    struts/action/trunk/pom.xml

Modified: struts/action/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=369584&r1=369583&r2=369584&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Mon Jan 16 14:04:47 2006
@@ -174,6 +174,7 @@
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>3.8.1</version>
+         <optional>true</optional>
       </dependency>
       <dependency>
          <groupId>oro</groupId>



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