[ https://issues.apache.org/activemq/browse/CAMEL-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57828#action_57828 ]
Willem Jiang commented on CAMEL-2490: ------------------------------------- Hi Christina, I think you just need to add the maven repo to the pom of the module which use the java mail jar. If you put the java.net maven repo into the parent/pom.xml , you will find maven will try to download the artifacts from java.net repo for the rest of camel components, that is not we want to see. To answer you last question of camel-cxf , if you use the "mvn dependency:tree" you will find there is a java mail API dependency which is introduced from cxf-core module. > 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 > Assignee: Christian Mueller > 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.