Author: eric
Date: Thu Apr 19 07:19:06 2012
New Revision: 1327850
URL: http://svn.apache.org/viewvc?rev=1327850&view=rev
Log:
Enroll protocols-imap in mailbox-integration-testing (PROTOCOLS-73)
Modified:
james/mailbox-integration-tester/trunk/pom.xml
james/mailbox-integration-tester/trunk/src/main/java/org/apache/james/imap/tester/ImapHostSystem.java
Modified: james/mailbox-integration-tester/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1327850&r1=1327849&r2=1327850&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Thu Apr 19 07:19:06 2012
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.8</version>
+ <version>1.8.1</version>
<relativePath></relativePath>
</parent>
@@ -43,26 +43,23 @@
<slf4j.version>1.6.1</slf4j.version>
<javax.mail.groupId>javax.mail</javax.mail.groupId>
<javax.mail.artifactId>mail</javax.mail.artifactId>
- <version.james-imap>0.3</version.james-imap>
- <version.james-mailbox>0.5-SNAPSHOT</version.james-mailbox>
<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>
</properties>
<dependencies>
<dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-api</artifactId>
- <version>${version.james-imap}</version>
+ <groupId>org.apache.james.protocols</groupId>
+ <artifactId>protocols-imap</artifactId>
+ <version>${version.james-protocols}</version>
</dependency>
<dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-message</artifactId>
- <version>${version.james-imap}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-processor</artifactId>
- <version>${version.james-imap}</version>
+ <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>
Modified:
james/mailbox-integration-tester/trunk/src/main/java/org/apache/james/imap/tester/ImapHostSystem.java
URL:
http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/src/main/java/org/apache/james/imap/tester/ImapHostSystem.java?rev=1327850&r1=1327849&r2=1327850&view=diff
==============================================================================
---
james/mailbox-integration-tester/trunk/src/main/java/org/apache/james/imap/tester/ImapHostSystem.java
(original)
+++
james/mailbox-integration-tester/trunk/src/main/java/org/apache/james/imap/tester/ImapHostSystem.java
Thu Apr 19 07:19:06 2012
@@ -31,8 +31,8 @@ import java.util.Set;
import org.apache.james.imap.api.process.ImapProcessor;
import org.apache.james.imap.decode.ImapDecoder;
+import org.apache.james.imap.decode.main.ImapRequestStreamHandler;
import org.apache.james.imap.encode.ImapEncoder;
-import org.apache.james.imap.main.ImapRequestStreamHandler;
import org.apache.james.imap.tester.base.HostSystem;
import org.apache.james.mailbox.MailboxSession.User;
import org.slf4j.LoggerFactory;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]