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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]