aws-java-sdk does not have a (transitive) dependency on javax.mail anymore, so 
remove the exclusion


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/54063002
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/54063002
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/54063002

Branch: refs/heads/master
Commit: 540630028bb280fea7fb84dac26b27c1adb20e13
Parents: bfa79ad
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Sat Dec 19 18:01:12 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Dec 20 07:05:46 2015 +0100

----------------------------------------------------------------------
 components/camel-aws/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/54063002/components/camel-aws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index fc40fed..28516d2 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -89,10 +89,6 @@
                     <groupId>commons-codec</groupId>
                     <artifactId>commons-codec</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>com.sun.mail</groupId>
-                    <artifactId>javax.mail</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to