[SMX-1936] Upgrade to use JavaMail 1.4.3.


git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx3/trunk@917416 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/distributions/apache-servicemix-web/pom.xml b/distributions/apache-servicemix-web/pom.xml
index bcacfa1..acbd04f 100644
--- a/distributions/apache-servicemix-web/pom.xml
+++ b/distributions/apache-servicemix-web/pom.xml
@@ -126,7 +126,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.3</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>
diff --git a/distributions/apache-servicemix/pom.xml b/distributions/apache-servicemix/pom.xml
index da4fb44..7992e82 100644
--- a/distributions/apache-servicemix/pom.xml
+++ b/distributions/apache-servicemix/pom.xml
@@ -247,7 +247,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.3</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
diff --git a/pom.xml b/pom.xml
index 991e1bd..f66fbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,15 @@
         <url>http://svn.apache.org/viewcvs.cgi/servicemix/smx3/trunk/</url>
     </scm>
 
+    <repositories>
+       <!-- For javax.mail waiting for the new servicemix-pom release -->
+       <repository>
+          <id>java.net</id>
+          <name>Java.net Maven Repository</name>
+          <url>http://download.java.net/maven/2/</url>
+       </repository>
+    </repositories>
+
     <properties>
         <servicemix-utils-version>1.2.0</servicemix-utils-version>
         <servicemix-specs-version>1.4.0</servicemix-specs-version>
diff --git a/servicemix-itests/pom.xml b/servicemix-itests/pom.xml
index 60a93cd..eb05521 100644
--- a/servicemix-itests/pom.xml
+++ b/servicemix-itests/pom.xml
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.3</version>
     </dependency>
 
   </dependencies>