Author: eric
Date: Wed Jun 27 14:26:52 2012
New Revision: 1354529
URL: http://svn.apache.org/viewvc?rev=1354529&view=rev
Log:
Import the needed dependencies to temporary deal with imap in MPT (MPT-4)
Modified:
james/mpt/trunk/main/pom.xml
Modified: james/mpt/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/main/pom.xml?rev=1354529&r1=1354528&r2=1354529&view=diff
==============================================================================
--- james/mpt/trunk/main/pom.xml (original)
+++ james/mpt/trunk/main/pom.xml Wed Jun 27 14:26:52 2012
@@ -33,10 +33,26 @@
<artifactId>apache-james-mpt-main</artifactId>
<name>Apache JAMES MPT Main</name>
- <description>Apache JAMES Mail Protocol Tester (MPT) is a library
providing a framework for the
-scritable functional testing of ASCII based line protocols.</description>
+ <description>
+ Apache JAMES Mail Protocol Tester (MPT) is a library providing a
framework for the
+ scriptable functional testing of ASCII based line protocols.
+ </description>
<url>http://james.apache.org/mpt/main</url>
+ <properties>
+ <hbase.version>0.92.0</hbase.version>
+ <hadoop.version>1.0.1</hadoop.version>
+ <commons-io.version>2.0.1</commons-io.version>
+ <log4j.version>1.2.16</log4j.version>
+ <slf4j.version>1.6.1</slf4j.version>
+ <javax.mail.groupId>javax.mail</javax.mail.groupId>
+ <javax.mail.artifactId>mail</javax.mail.artifactId>
+ <version.javax.mail>1.4.1</version.javax.mail>
+ <version.james-protocols>1.6.3-SNAPSHOT</version.james-protocols>
+ <version.james-mailbox>0.5-SNAPSHOT</version.james-mailbox>
+ <version.james-mpt>0.2-SNAPSHOT</version.james-mpt>
+ </properties>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/main</connection>
<developerConnection>scm:svn:https://[email protected]/repos/asf/james/mpt/trunk/main</developerConnection>
@@ -45,12 +61,57 @@ scritable functional testing of ASCII ba
<dependencies>
<dependency>
+ <groupId>org.apache.james.protocols</groupId>
+ <artifactId>protocols-imap</artifactId>
+ <version>${version.james-protocols}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.james.protocols</groupId>
+ <artifactId>protocols-imap</artifactId>
+ <version>${version.james-protocols}</version>
+ <type>test-jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-mailbox-api</artifactId>
+ <version>${version.james-mailbox}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-mailbox-store</artifactId>
+ <version>${version.james-mailbox}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>${javax.mail.groupId}</groupId>
+ <artifactId>${javax.mail.artifactId}</artifactId>
+ <version>${version.javax.mail}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>jmock</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]