[Schmitzm-commits] r1176 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 26 14:21:00 CEST 2010


Author: alfonx
Date: 2010-10-26 14:21:00 +0200 (Tue, 26 Oct 2010)
New Revision: 1176

Modified:
   trunk/pom.xml
Log:
Added javax.mail to schmitzm pom.xml

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-10-26 12:20:22 UTC (rev 1175)
+++ trunk/pom.xml	2010-10-26 12:21:00 UTC (rev 1176)
@@ -133,6 +133,14 @@
 		</dependency>
 
 		<dependency>
+			<groupId>javax.mail</groupId>
+			<artifactId>mail</artifactId>
+			<version>1.4.1</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
 			<groupId>jfree</groupId>
 			<artifactId>jfreechart</artifactId>
 			<version>1.0.13</version>



More information about the Schmitzm-commits mailing list