You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2012/12/03 23:01:09 UTC

Re: svn commit: r1416672 - /commons/proper/email/trunk/pom.xml

On 3 December 2012 21:27,  <tn...@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>

Is the above dependency still needed for Java 1.5?

> -        <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>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org