Author: bago
Date: Sun Aug 31 07:09:40 2008
New Revision: 690699

URL: http://svn.apache.org/viewvc?rev=690699&view=rev
Log:
Trying to fix m2 dependencies (hudson is failing since 27 Aug):
----
Revision: 689586

Changes

   1. Updated ignores (detail/ViewSVN)
   2. Decouple IMAP processing from user-api. Deployment adapts JAMES core API 
to protocol specific interfaces. JAMES-860 (detail/ViewSVN)
   ----

Modified:
    james/server/trunk/mailbox-library/pom.xml

Modified: james/server/trunk/mailbox-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailbox-library/pom.xml?rev=690699&r1=690698&r2=690699&view=diff
==============================================================================
--- james/server/trunk/mailbox-library/pom.xml (original)
+++ james/server/trunk/mailbox-library/pom.xml Sun Aug 31 07:09:40 2008
@@ -34,6 +34,11 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-imap-api</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to