Author: bspeakmon
Date: Sat Jun  9 12:50:26 2007
New Revision: 545790

URL: http://svn.apache.org/viewvc?view=rev&rev=545790
Log:
- removed unneeded retroweaver dependency and fixed maven1 build

Modified:
    jakarta/commons/proper/email/trunk/pom.xml
    jakarta/commons/proper/email/trunk/project.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=545790&r1=545789&r2=545790
==============================================================================
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Sat Jun  9 12:50:26 2007
@@ -195,12 +195,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>net.sourceforge.retroweaver</groupId>
-            <artifactId>retroweaver-rt</artifactId>
-            <version>2.0</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.1</version>

Modified: jakarta/commons/proper/email/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?view=diff&rev=545790&r1=545789&r2=545790
==============================================================================
--- jakarta/commons/proper/email/trunk/project.xml (original)
+++ jakarta/commons/proper/email/trunk/project.xml Sat Jun  9 12:50:26 2007
@@ -219,8 +219,9 @@
         </dependency>
         <dependency>
             <groupId>org.subethamail</groupId>
-            <artifactId>subethasmtp-wiser-jdk14</artifactId>
+            <artifactId>subethasmtp-wiser</artifactId>
             <version>1.2</version>
+            <classifier>java14</classifier>
             <url>http://subethasmtp.tigris.org/wiser.html</url>
             <properties>
               <scope>test</scope>
@@ -228,17 +229,10 @@
         </dependency>
         <dependency>
             <groupId>org.subethamail</groupId>
-            <artifactId>subethasmtp-smtp-jdk14</artifactId>
+            <artifactId>subethasmtp-smtp</artifactId>
             <version>1.2</version>
+            <classifier>java14</classifier>
             <url>http://subethasmtp.tigris.org/</url>
-            <properties>
-              <scope>test</scope>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>net.sourceforge.retroweaver</groupId>
-            <artifactId>retroweaver-rt</artifactId>
-            <version>2.0</version>
             <properties>
               <scope>test</scope>
             </properties>



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

Reply via email to