Author: ggregory
Date: Wed Oct 15 13:19:50 2014
New Revision: 1632011
URL: http://svn.apache.org/r1632011
Log:
Update Oracle Mail from 1.4.7 to 1.5.2.
Modified:
commons/proper/email/trunk/pom.xml
Modified: commons/proper/email/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1632011&r1=1632010&r2=1632011&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Oct 15 13:19:50 2014
@@ -228,9 +228,9 @@
<dependencies>
<dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.7</version>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>javax.mail</artifactId>
+ <version>1.5.2</version>
</dependency>
<!-- JAF is built-in to Java 6 -->
<dependency>