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 ba...@apache.org on 2008/08/31 16:09:41 UTC

svn commit: r690699 - /james/server/trunk/mailbox-library/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org