On 15 October 2014 14:19,  <ggreg...@apache.org> wrote:
> Author: ggregory
> Date: Wed Oct 15 13:19:50 2014
> New Revision: 1632011
>
> URL: http://svn.apache.org/r1632011
> Log:
> Update Oracle Mail from 1.4.7 to 1.5.2.
>
> 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=1632011&r1=1632010&r2=1632011&view=diff
> ==============================================================================
> --- commons/proper/email/trunk/pom.xml (original)
> +++ commons/proper/email/trunk/pom.xml Wed Oct 15 13:19:50 2014
> @@ -228,9 +228,9 @@
>
>      <dependencies>
>          <dependency>
> -            <groupId>javax.mail</groupId>
> -            <artifactId>mail</artifactId>
> -            <version>1.4.7</version>
> +            <groupId>com.sun.mail</groupId>

Huh? Is that really the groupId?
If so, that will be a recipe for jar hell.

> +            <artifactId>javax.mail</artifactId>
> +            <version>1.5.2</version>
>          </dependency>
>          <!-- JAF is built-in to Java 6 -->
>          <dependency>
>
>

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

Reply via email to