diff --git a/pom.xml b/pom.xml
index 704e851c19935b64fc3d79cdfa0ef934a81e24a5..092acea79ff08511f3fc0a03ed2514558cdba0b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,6 +246,11 @@
 			<version>2.5</version>
 			<scope>provided</scope>
 		</dependency>
+		<dependency>
+			<groupId>javax.mail</groupId>
+			<artifactId>mail</artifactId>
+			<version>1.4.7</version>
+		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-test</artifactId>