Author: baerrach
Date: Sat Oct 4 17:54:27 2008
New Revision: 701737
URL: http://svn.apache.org/viewvc?rev=701737&view=rev
Log:
fixing verfy failures on windows/unix
Modified:
maven/plugins/tags/maven-antrun-plugin-1.3/pom.xml
Modified: maven/plugins/tags/maven-antrun-plugin-1.3/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/tags/maven-antrun-plugin-1.3/pom.xml?rev=701737&r1=701736&r2=701737&view=diff
==============================================================================
--- maven/plugins/tags/maven-antrun-plugin-1.3/pom.xml (original)
+++ maven/plugins/tags/maven-antrun-plugin-1.3/pom.xml Sat Oct 4 17:54:27 2008
@@ -113,6 +113,20 @@
</goals>
</execution>
</executions>
+ <dependencies>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</build>