[Yanel-commits] rev 46777 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Tue Dec 22 21:48:26 CET 2009


Author: michi
Date: 2009-12-22 21:48:26 +0100 (Tue, 22 Dec 2009)
New Revision: 46777

Modified:
   public/yanel/trunk/src/build/dependencies.xml
Log:
mail and activation added

Modified: public/yanel/trunk/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/build/dependencies.xml	2009-12-22 19:58:04 UTC (rev 46776)
+++ public/yanel/trunk/src/build/dependencies.xml	2009-12-22 20:48:26 UTC (rev 46777)
@@ -45,6 +45,14 @@
       <dependency groupId="net.sf.ehcache" artifactId="ehcache" version="1.5.0"/>
 
       <!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
+      <dependency groupId="javax.activation" artifactId="activation" version="1.1"/>
+      <dependency groupId="javax.mail" artifactId="mail" version="1.4"/>
+<!-- See http://download.java.net/maven/2/javax/mail/mail/ (instead http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/mail/mail/)
+      <dependency groupId="javax.activation" artifactId="activation" version="1.1.1"/>
+      <dependency groupId="javax.mail" artifactId="mail" version="1.4.3"/>
+-->
+
+      <!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
       <dependency groupId="wyona-org-security" artifactId="wyona-org-security-core" version="0.2-dev-r45073"/>
 
       <!-- TODO: Add to yanel.xml, because these libs are only needed during runtime -->



More information about the Yanel-commits mailing list