Author: eric
Date: Sat Jan 8 08:53:55 2011
New Revision: 1056665
URL: http://svn.apache.org/viewvc?rev=1056665&view=rev
Log:
Add needed 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=1056665&r1=1056664&r2=1056665&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Sat Jan 8 08:53:55 2011
@@ -45,6 +45,12 @@
<version>${version.james-imap}</version>
</dependency>
<dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-mailbox-store</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
@@ -110,6 +116,11 @@
<artifactId>jmock-junit4</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<properties>
<version.james-imap>0.2-M2-SNAPSHOT</version.james-imap>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]