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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to