Author: bayard
Date: Sat Jul 15 21:00:22 2006
New Revision: 422359

URL: http://svn.apache.org/viewvc?rev=422359&view=rev
Log:
Add commons-io dependency for the wildcardMatch method

Modified:
    jakarta/commons/sandbox/finder/trunk/project.xml

Modified: jakarta/commons/sandbox/finder/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/project.xml?rev=422359&r1=422358&r2=422359&view=diff
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/project.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/project.xml Sat Jul 15 21:00:22 2006
@@ -62,7 +62,13 @@
     
   <dependencies>
     <dependency>
-      <id>junit</id>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8.1</version>
     </dependency>
   </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to