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 2010/01/06 17:16:03 UTC

svn commit: r896502 - /james/server/trunk/pom.xml

Author: bago
Date: Wed Jan  6 16:15:58 2010
New Revision: 896502

URL: http://svn.apache.org/viewvc?rev=896502&view=rev
Log:
remove avalon dependency from the main api modules (it was only used by ConfigurationAdapter, used only by function tests... so this could even go in some library test, but moving it to the common-util test to avoid moving in another package).

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=896502&r1=896501&r2=896502&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Jan  6 16:15:58 2010
@@ -335,6 +335,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-common-util</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+      <version>3.0-M1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-api</artifactId>
       <version>3.0-M1</version>
     </dependency>



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