I have no problem updating those deps as well. Any objections? Kind regards
Juergen -----Ursprüngliche Nachricht----- Von: Scott Eade [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 11. April 2008 14:58 An: [email protected] Betreff: Re: svn commit: r647109 - in /turbine/core/branches/TURBINE_2_3_BRANCH: pom.xml project.properties project.xml [EMAIL PROTECTED] wrote: > Author: hoffmann > Date: Fri Apr 11 03:53:39 2008 > New Revision: 647109 > > URL: http://svn.apache.org/viewvc?rev=647109&view=rev > Log: > updated the dependencies so we can automatically download them from > download.java.net/maven > > Modified: > turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml > turbine/core/branches/TURBINE_2_3_BRANCH/project.properties > turbine/core/branches/TURBINE_2_3_BRANCH/project.xml > > Modified: turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml > URL: > http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml?rev=647109&r1=647108&r2=647109&view=diff > ============================================================================== > --- turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml (original) > +++ turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Fri Apr 11 03:53:39 2008 > @@ -732,14 +740,14 @@ > <dependency> > <groupId>javax.activation</groupId> > <artifactId>activation</artifactId> > - <version>1.0.2</version> > + <version>1.1.1</version> > <type>jar</type> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > - <version>1.3.3</version> > + <version>1.4.1</version> > <type>jar</type> > <scope>compile</scope> > </dependency> > > Modified: turbine/core/branches/TURBINE_2_3_BRANCH/project.xml > URL: > http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=647109&r1=647108&r2=647109&view=diff > ============================================================================== > --- turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original) > +++ turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Fri Apr 11 03:53:39 > 2008 > @@ -601,15 +611,15 @@ > <dependency> > <groupId>javax.activation</groupId> > <artifactId>activation</artifactId> > - <version>1.0.2</version> > - <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url> > + <version>1.1.1</version> > + <url>http://download.java.net/maven/1/javax.activation/jars</url> > <type>jar</type> > </dependency> > <dependency> > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > - <version>1.3.3</version> > - <url>http://java.sun.com/products/javamail/</url> > + <version>1.4.1</version> > + <url>http://download.java.net/maven/1/javax.mail/jars</url> > <type>jar</type> > </dependency> > <dependency> > We move to these because we are are now requiring a minimum of J2SE 1.4. I know your intention is to do this so that we can avoid the manual downloads, but if we are going to update these, why not also do: * commons-email-1.1 (requires a very small change to VelocityHtmlEmail, see: http://markmail.org/message/tihvveprdobvves7) * commons-configuration-1.5 * commons-fileupload-1.2.1 * commons-io-1.4 * commons-logging-1.1.1 * commons-pool-1.4 * log4j-1.2.15 * servletaip-2.4 Seems like a waste not to take this opportunity to push these to the latest available releases (that support J2SE 1.4), probably a bit late in the process now though. Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
