Author: tv
Date: Tue Mar 24 13:42:37 2009
New Revision: 757796
URL: http://svn.apache.org/viewvc?rev=757796&view=rev
Log:
Use versions of dependencies that actually exist in the repository
Modified:
turbine/fulcrum/trunk/commonsemail/pom.xml
Modified: turbine/fulcrum/trunk/commonsemail/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/commonsemail/pom.xml?rev=757796&r1=757795&r2=757796&view=diff
==============================================================================
--- turbine/fulcrum/trunk/commonsemail/pom.xml (original)
+++ turbine/fulcrum/trunk/commonsemail/pom.xml Tue Mar 24 13:42:37 2009
@@ -68,7 +68,7 @@
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
- <version>1.0.2</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>commons-email</groupId>
@@ -84,7 +84,7 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.3.3</version>
+ <version>1.4.1</version>
</dependency>
<!-- testing dependencies -->
<dependency>