Author: eric
Date: Sat Jan  8 07:15:50 2011
New Revision: 1056638

URL: http://svn.apache.org/viewvc?rev=1056638&view=rev
Log:
Add missing mailet dependency on util project

Modified:
    james/server/trunk/util/pom.xml

Modified: james/server/trunk/util/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/util/pom.xml?rev=1056638&r1=1056637&r2=1056638&view=diff
==============================================================================
--- james/server/trunk/util/pom.xml (original)
+++ james/server/trunk/util/pom.xml Sat Jan  8 07:15:50 2011
@@ -72,6 +72,10 @@
       <artifactId>james-server-dnsservice-api</artifactId>
     </dependency> 
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mailet</artifactId>
+    </dependency>
+    <dependency>
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to