You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2015/12/29 17:52:27 UTC

camel git commit: Exclude the transitive javax.mail dependency

Repository: camel
Updated Branches:
  refs/heads/master 2abecd3e6 -> 758c28e5a


Exclude the transitive javax.mail dependency

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

Branch: refs/heads/master
Commit: 758c28e5a816c838c19869db796a5ade9eb0b2ee
Parents: 2abecd3
Author: Babak Vahdat <bv...@apache.org>
Authored: Tue Dec 29 17:52:15 2015 +0100
Committer: Babak Vahdat <bv...@apache.org>
Committed: Tue Dec 29 17:52:15 2015 +0100

----------------------------------------------------------------------
 tests/camel-itest/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/758c28e5/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index fc74640..bc2efee 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -175,6 +175,12 @@
       <groupId>org.jvnet.mock-javamail</groupId>
       <artifactId>mock-javamail</artifactId>
       <version>${mock-javamail-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.mail</groupId>
+          <artifactId>mail</artifactId>
+        </exclusion>
+      </exclusions>
       <scope>test</scope>
     </dependency>
     <dependency>