You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/12/04 19:27:40 UTC

svn commit: r1417096 - /commons/proper/email/trunk/pom.xml

Author: sebb
Date: Tue Dec  4 18:27:39 2012
New Revision: 1417096

URL: http://svn.apache.org/viewvc?rev=1417096&view=rev
Log:
retrotranslator no longer needed now we are using Java 1.5

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=1417096&r1=1417095&r2=1417096&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Tue Dec  4 18:27:39 2012
@@ -214,12 +214,6 @@
             <version>2.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>net.sf.retrotranslator</groupId>
-            <artifactId>retrotranslator-runtime</artifactId>
-            <version>1.2.9</version>
-            <scope>test</scope>
-        </dependency>
     	<dependency>
     		<groupId>org.subethamail</groupId>
     		<artifactId>subethasmtp</artifactId>