Added javamail dep

This commit is contained in:
Arjen Poutsma
2011-10-20 08:50:05 +00:00
parent 51772c63c5
commit 016a87eb54

View File

@@ -75,5 +75,10 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>