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 2008/08/01 10:12:01 UTC

svn commit: r681628 - in /james/server/trunk: phoenix-deployment/src/test/org/apache/james/pop3server/ pop3server-function/ pop3server-function/src/test/java/org/ pop3server-function/src/test/java/org/apache/ pop3server-function/src/test/java/org/apach...

Author: bago
Date: Fri Aug  1 01:12:00 2008
New Revision: 681628

URL: http://svn.apache.org/viewvc?rev=681628&view=rev
Log:
Move pop3server tests to pop3server-function

Added:
    james/server/trunk/pop3server-function/src/test/java/org/
    james/server/trunk/pop3server-function/src/test/java/org/apache/
    james/server/trunk/pop3server-function/src/test/java/org/apache/james/
    james/server/trunk/pop3server-function/src/test/java/org/apache/james/pop3server/
      - copied from r681554, james/server/trunk/phoenix-deployment/src/test/org/apache/james/pop3server/
Removed:
    james/server/trunk/phoenix-deployment/src/test/org/apache/james/pop3server/
Modified:
    james/server/trunk/pop3server-function/pom.xml

Modified: james/server/trunk/pop3server-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server-function/pom.xml?rev=681628&r1=681627&r2=681628&view=diff
==============================================================================
--- james/server/trunk/pop3server-function/pom.xml (original)
+++ james/server/trunk/pop3server-function/pom.xml Fri Aug  1 01:12:00 2008
@@ -58,5 +58,46 @@
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</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>
+      <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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org