Author: eric
Date: Sat Jan  8 09:02:59 2011
New Revision: 1056667

URL: http://svn.apache.org/viewvc?rev=1056667&view=rev
Log:
Add h2 and derby dependencies for functional test run (MAILBOX-28)

Modified:
    james/mailbox-integration-tester/trunk/pom.xml

Modified: james/mailbox-integration-tester/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1056667&r1=1056666&r2=1056667&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Sat Jan  8 09:02:59 2011
@@ -82,6 +82,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>com.h2database</groupId>
+      <artifactId>h2</artifactId>
+      <scope>test</scope>
+    </dependency> 
+    <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-maildir</artifactId>
       <scope>test</scope>
@@ -97,6 +102,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>compile</scope>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to