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 no...@apache.org on 2009/11/04 13:26:48 UTC

svn commit: r832724 - in /james/server/trunk: pom.xml remotemanager-function/pom.xml

Author: norman
Date: Wed Nov  4 12:26:47 2009
New Revision: 832724

URL: http://svn.apache.org/viewvc?rev=832724&view=rev
Log:
try to fix m2 build

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

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=832724&r1=832723&r2=832724&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Nov  4 12:26:47 2009
@@ -356,6 +356,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-user-api</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+      <version>3.0-M1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-api</artifactId>
       <version>3.0-M1</version>
     </dependency>

Modified: james/server/trunk/remotemanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/pom.xml?rev=832724&r1=832723&r2=832724&view=diff
==============================================================================
--- james/server/trunk/remotemanager-function/pom.xml (original)
+++ james/server/trunk/remotemanager-function/pom.xml Wed Nov  4 12:26:47 2009
@@ -142,6 +142,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-user-api</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
       <scope>test</scope>



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