Author: bspeakmon
Date: Mon Jun 18 23:06:54 2007
New Revision: 548600

URL: http://svn.apache.org/viewvc?view=rev&rev=548600
Log:
- hack around pom problems to work on JVM 1.4

Modified:
    jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diff&rev=548600&r1=548599&r2=548600
==============================================================================
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Mon Jun 18 23:06:54 2007
@@ -187,6 +187,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>net.sf.retrotranslator</groupId>
+            <artifactId>retrotranslator-runtime</artifactId>
+            <version>1.2.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.subethamail</groupId>
             <artifactId>subethasmtp-smtp</artifactId>
             <version>1.2</version>
@@ -201,6 +207,12 @@
             <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>commons-logging</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to