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/10 18:53:31 UTC

svn commit: r684553 - /james/server/trunk/common-util/pom.xml

Author: bago
Date: Sun Aug 10 09:53:31 2008
New Revision: 684553

URL: http://svn.apache.org/viewvc?rev=684553&view=rev
Log:
Fix m2 dependencies

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

Modified: james/server/trunk/common-util/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/common-util/pom.xml?rev=684553&r1=684552&r2=684553&view=diff
==============================================================================
--- james/server/trunk/common-util/pom.xml (original)
+++ james/server/trunk/common-util/pom.xml Sun Aug 10 09:53:31 2008
@@ -29,6 +29,11 @@
   <name>Apache JAMES Server Common Utilities</name>
   <dependencies>
     <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>
     </dependency>



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