Author: bago
Date: Tue Sep  9 00:59:38 2008
New Revision: 693395

URL: http://svn.apache.org/viewvc?rev=693395&view=rev
Log:
Added commons-io to deployment tests.

Modified:
    james/protocols/imap/trunk/deployment/pom.xml
    james/protocols/imap/trunk/pom.xml

Modified: james/protocols/imap/trunk/deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/deployment/pom.xml?rev=693395&r1=693394&r2=693395&view=diff
==============================================================================
--- james/protocols/imap/trunk/deployment/pom.xml (original)
+++ james/protocols/imap/trunk/deployment/pom.xml Tue Sep  9 00:59:38 2008
@@ -79,6 +79,11 @@
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.db.torque</groupId>

Modified: james/protocols/imap/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/pom.xml?rev=693395&r1=693394&r2=693395&view=diff
==============================================================================
--- james/protocols/imap/trunk/pom.xml (original)
+++ james/protocols/imap/trunk/pom.xml Tue Sep  9 00:59:38 2008
@@ -380,6 +380,12 @@
       <version>3.1</version>
     </dependency>
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>



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

Reply via email to