Author: bago
Date: Fri Aug 1 00:54:02 2008
New Revision: 681622
URL: http://svn.apache.org/viewvc?rev=681622&view=rev
Log:
Move remotemanager tests to remotemanager-function
Added:
james/server/trunk/remotemanager-function/src/test/java/org/
james/server/trunk/remotemanager-function/src/test/java/org/apache/
james/server/trunk/remotemanager-function/src/test/java/org/apache/james/
james/server/trunk/remotemanager-function/src/test/java/org/apache/james/remotemanager/
- copied from r681554,
james/server/trunk/phoenix-deployment/src/test/org/apache/james/remotemanager/
Removed:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/remotemanager/
Modified:
james/server/trunk/remotemanager-function/pom.xml
Modified: james/server/trunk/remotemanager-function/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/pom.xml?rev=681622&r1=681621&r2=681622&view=diff
==============================================================================
--- james/server/trunk/remotemanager-function/pom.xml (original)
+++ james/server/trunk/remotemanager-function/pom.xml Fri Aug 1 00:54:02 2008
@@ -57,5 +57,40 @@
<groupId>org.apache.avalon.framework</groupId>
<artifactId>avalon-framework-api</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-server-core-library</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-server-user-library</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.excalibur.components</groupId>
+ <artifactId>excalibur-thread-impl</artifactId>
+ <version>2.2.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+ <artifactId>cornerstone-sockets-impl</artifactId>
+ <version>2.2.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]