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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]