Note that Commons IO 2.4 requires a minimum of JDK 1.6. Gary
On Mon, Dec 3, 2012 at 4:27 PM, <t...@apache.org> wrote: > Author: tn > Date: Mon Dec 3 21:27:34 2012 > New Revision: 1416672 > > URL: http://svn.apache.org/viewvc?rev=1416672&view=rev > Log: > Upgrade test dependencies: commons-io:2.4, retrotranslator-runtime:1.2.9, > subethasmtp:3.1.7 > > Modified: > commons/proper/email/trunk/pom.xml > > Modified: commons/proper/email/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1416672&r1=1416671&r2=1416672&view=diff > > ============================================================================== > --- commons/proper/email/trunk/pom.xml (original) > +++ commons/proper/email/trunk/pom.xml Mon Dec 3 21:27:34 2012 > @@ -210,37 +210,21 @@ > <dependency> > <groupId>commons-io</groupId> > <artifactId>commons-io</artifactId> > - <version>1.4</version> > + <version>2.4</version> > <scope>test</scope> > </dependency> > <dependency> > <groupId>net.sf.retrotranslator</groupId> > <artifactId>retrotranslator-runtime</artifactId> > - <version>1.2.1</version> > + <version>1.2.9</version> > <scope>test</scope> > </dependency> > - <dependency> > - <groupId>org.subethamail</groupId> > - <artifactId>subethasmtp-smtp</artifactId> > - <version>1.2</version> > - <classifier>java14</classifier> > - <!--<url>http://subethasmtp.tigris.org/</url>--> > - <scope>test</scope> > - </dependency> > - <dependency> > - <groupId>org.subethamail</groupId> > - <artifactId>subethasmtp-wiser</artifactId> > - <version>1.2</version> > - <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>org.subethamail</groupId> > + <artifactId>subethasmtp</artifactId> > + <version>3.1.7</version> > + <scope>test</scope> > + </dependency> > </dependencies> > > <properties> > > > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory