You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/02/03 13:34:09 UTC

svn commit: r617980 - /james/server/trunk/imap-mailbox-processor-function/pom.xml

Author: rdonkin
Date: Sun Feb  3 04:34:08 2008
New Revision: 617980

URL: http://svn.apache.org/viewvc?rev=617980&view=rev
Log:
IMAP processor now uses Mime4j.

Modified:
    james/server/trunk/imap-mailbox-processor-function/pom.xml

Modified: james/server/trunk/imap-mailbox-processor-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-mailbox-processor-function/pom.xml?rev=617980&r1=617979&r2=617980&view=diff
==============================================================================
--- james/server/trunk/imap-mailbox-processor-function/pom.xml (original)
+++ james/server/trunk/imap-mailbox-processor-function/pom.xml Sun Feb  3 04:34:08 2008
@@ -64,7 +64,11 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-imap-codec-library</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j</artifactId>
+      <version>0.4-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org