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 rd...@apache.org on 2009/02/15 16:38:18 UTC

svn commit: r744680 - /james/mailet/base/trunk/pom.xml

Author: rdonkin
Date: Sun Feb 15 15:38:18 2009
New Revision: 744680

URL: http://svn.apache.org/viewvc?rev=744680&view=rev
Log:
Activation is required directly in org.apache.mailet.base.mail. MAILETBASE-2

Modified:
    james/mailet/base/trunk/pom.xml

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=744680&r1=744679&r2=744680&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Sun Feb 15 15:38:18 2009
@@ -88,6 +88,11 @@
       <version>1.4.1</version>
     </dependency>
     <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet</artifactId>
       <version>2.4</version>



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