Author: rgoers
Date: Sun Jan 11 08:45:11 2009
New Revision: 733490
URL: http://svn.apache.org/viewvc?rev=733490&view=rev
Log:
test jar is required for sandbox to build
Modified:
commons/proper/vfs/trunk/sandbox/pom.xml
Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=733490&r1=733489&r2=733490&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Sun Jan 11 08:45:11 2009
@@ -73,13 +73,13 @@
<version>1.4</version>
<optional>true</optional>
</dependency>
- <!--<dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
- </dependency> -->
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>