Author: kevj Date: Mon Jul 24 21:53:58 2006 New Revision: 425278 URL: http://svn.apache.org/viewvc?rev=425278&view=rev Log: fixed dependencies
Modified: ant/antlibs/antunit/trunk/pom.xml Modified: ant/antlibs/antunit/trunk/pom.xml URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/pom.xml?rev=425278&r1=425277&r2=425278&view=diff ============================================================================== --- ant/antlibs/antunit/trunk/pom.xml (original) +++ ant/antlibs/antunit/trunk/pom.xml Mon Jul 24 21:53:58 2006 @@ -31,12 +31,12 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> - <scope>runtime</scope> + <scope>test</scope> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> - <version>1.6.5</version> + <version>1.7.0</version> <scope>compile</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]