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 er...@apache.org on 2010/09/21 19:09:15 UTC

svn commit: r999501 - /james/server/trunk/user-function/pom.xml

Author: eric
Date: Tue Sep 21 17:09:15 2010
New Revision: 999501

URL: http://svn.apache.org/viewvc?rev=999501&view=rev
Log:
mailbox-api needed for UsersFileRepository (IMAP-1048)

Modified:
    james/server/trunk/user-function/pom.xml

Modified: james/server/trunk/user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-function/pom.xml?rev=999501&r1=999500&r2=999501&view=diff
==============================================================================
--- james/server/trunk/user-function/pom.xml (original)
+++ james/server/trunk/user-function/pom.xml Tue Sep 21 17:09:15 2010
@@ -93,6 +93,10 @@
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-api</artifactId>
+    </dependency>
      <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>



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