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 2009/10/13 03:12:29 UTC

svn commit: r824559 - /james/server/trunk/phoenix-deployment/pom.xml

Author: bago
Date: Tue Oct 13 01:12:28 2009
New Revision: 824559

URL: http://svn.apache.org/viewvc?rev=824559&view=rev
Log:
trying to add maven 2 dependencies to fix m2 build.
ant is broken because a library (avalon-socket-library) cannot depend on another library (socket-shared-library). maybe we need a socket-api and then the 2 libraries should not depend on each other.

Modified:
    james/server/trunk/phoenix-deployment/pom.xml

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=824559&r1=824558&r2=824559&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Tue Oct 13 01:12:28 2009
@@ -239,6 +239,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-api</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
       <type>test-jar</type>
       <scope>test</scope>



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