Author: oheger
Date: Tue Aug 14 10:59:46 2007
New Revision: 565847

URL: http://svn.apache.org/viewvc?view=rev&rev=565847
Log:
Added missing dependency to javax.mail to maven 2 and ant build

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

Modified: commons/proper/configuration/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/build.xml?view=diff&rev=565847&r1=565846&r2=565847
==============================================================================
--- commons/proper/configuration/trunk/build.xml (original)
+++ commons/proper/configuration/trunk/build.xml Tue Aug 14 10:59:46 2007
@@ -274,6 +274,8 @@
     </get>
     <get dest="${libdir}/maven-findbugs-plugin-0.8.4.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/maven-plugins/plugins/maven-findbugs-plugin-0.8.4.jar";>
     </get>
+    <get dest="${libdir}/mail-1.4.jar" usetimestamp="true" ignoreerrors="true" 
src="http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar";>
+    </get>
   </target>
   <target name="install-maven">
     <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" 
src="${repo}/maven/maven-install-latest.jar">

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?view=diff&rev=565847&r1=565846&r2=565847
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Tue Aug 14 10:59:46 2007
@@ -317,6 +317,13 @@
       <version>0.09</version>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>


Reply via email to