Author: bago
Date: Tue Jan 18 13:48:49 2011
New Revision: 1060374
URL: http://svn.apache.org/viewvc?rev=1060374&view=rev
Log:
modules consolidation (JAMES-1184)
Modified:
james/server/trunk/file/pom.xml
Modified: james/server/trunk/file/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/file/pom.xml?rev=1060374&r1=1060373&r2=1060374&view=diff
==============================================================================
--- james/server/trunk/file/pom.xml (original)
+++ james/server/trunk/file/pom.xml Tue Jan 18 13:48:49 2011
@@ -52,7 +52,6 @@
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-core</artifactId>
- <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
@@ -89,5 +88,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-server-filesystem-api</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]