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/11 19:47:26 UTC

svn commit: r684839 - /james/server/trunk/core-function/pom.xml

Author: bago
Date: Mon Aug 11 10:47:24 2008
New Revision: 684839

URL: http://svn.apache.org/viewvc?rev=684839&view=rev
Log:
Attempt to fix m2 dependencies.

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

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=684839&r1=684838&r2=684839&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Mon Aug 11 10:47:24 2008
@@ -36,6 +36,13 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <classifier>test-jar</classifier>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-common-util</artifactId>
     </dependency>
     <dependency>



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