Author: tn
Date: Mon Dec  3 21:27:34 2012
New Revision: 1416672

URL: http://svn.apache.org/viewvc?rev=1416672&view=rev
Log:
Upgrade test dependencies: commons-io:2.4, retrotranslator-runtime:1.2.9, 
subethasmtp:3.1.7

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=1416672&r1=1416671&r2=1416672&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Mon Dec  3 21:27:34 2012
@@ -210,37 +210,21 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.4</version>
+            <version>2.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>net.sf.retrotranslator</groupId>
             <artifactId>retrotranslator-runtime</artifactId>
-            <version>1.2.1</version>
+            <version>1.2.9</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.subethamail</groupId>
-            <artifactId>subethasmtp-smtp</artifactId>
-            <version>1.2</version>
-            <classifier>java14</classifier>
-            <!--<url>http://subethasmtp.tigris.org/</url>-->
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.subethamail</groupId>
-            <artifactId>subethasmtp-wiser</artifactId>
-            <version>1.2</version>
-            <classifier>java14</classifier>
-            <!--<url>http://subethasmtp.tigris.org/wiser.html</url>-->
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.subethamail</groupId>
-                    <artifactId>subethasmtp-smtp</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
+       <dependency>
+               <groupId>org.subethamail</groupId>
+               <artifactId>subethasmtp</artifactId>
+               <version>3.1.7</version>
+               <scope>test</scope>
+       </dependency>
     </dependencies>
 
     <properties>


Reply via email to