Author: ggregory
Date: Thu Jun 22 21:48:15 2017
New Revision: 1799629

URL: http://svn.apache.org/viewvc?rev=1799629&view=rev
Log:
Update tests from Mail 1.4 to 1.5.6.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1799629&r1=1799628&r2=1799629&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Jun 22 21:48:15 2017
@@ -461,10 +461,11 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- javax.mail only contains the API, no impl. -->
     <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>mailapi</artifactId>
+      <version>1.5.6</version>
       <scope>test</scope>
     </dependency>
 


Reply via email to