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/09/07 18:56:48 UTC

svn commit: r692898 - /james/server/trunk/phoenix-deployment/pom.xml

Author: bago
Date: Sun Sep  7 09:56:48 2008
New Revision: 692898

URL: http://svn.apache.org/viewvc?rev=692898&view=rev
Log:
Forgot a test dependency.

Modified:
    james/server/trunk/phoenix-deployment/pom.xml

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=692898&r1=692897&r2=692898&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Sun Sep  7 09:56:48 2008
@@ -241,6 +241,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailet-base</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-smtpserver-function</artifactId>
       <type>test-jar</type>
       <scope>test</scope>



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