[
https://issues.apache.org/activemq/browse/CAMEL-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57797#action_57797
]
Christian Mueller commented on CAMEL-2490:
------------------------------------------
The Manifest.MF file dosn't contain this information, but the
[pom.xml|http://download.java.net/maven/2/javax/mail/mail/1.4.3/mail-1.4.3.pom]
from "javax/mail/mail/1.4.3" refers to the parent
[pom.xml|http://download.java.net/maven/2/com/sun/mail/all/1.4.3/all-1.4.3.pom]
from "com/sun/mail/all/1.4.3" which uses
{code}
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
{code}
So, it should work and I will do it...
> Upgrade to use JavaMail 1.4.3
> -----------------------------
>
> Key: CAMEL-2490
> URL: https://issues.apache.org/activemq/browse/CAMEL-2490
> Project: Apache Camel
> Issue Type: Task
> Components: camel-mail
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.3.0
>
>
> JavaMail is now published in maven repo by SUN.
> http://java.sun.com/products/javamail/
> So we can easily grab the latest release which at this time is 1.4.3
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.