Author: davsclaus
Date: Wed Jun  6 10:23:10 2012
New Revision: 1346811

URL: http://svn.apache.org/viewvc?rev=1346811&view=rev
Log:
CAMEL-5339: Exclude javax actication from dependency as its embedded in the 
JVM/JDK now.

Modified:
    camel/trunk/components/camel-mail/pom.xml

Modified: camel/trunk/components/camel-mail/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-mail/pom.xml?rev=1346811&r1=1346810&r2=1346811&view=diff
==============================================================================
--- camel/trunk/components/camel-mail/pom.xml (original)
+++ camel/trunk/components/camel-mail/pom.xml Wed Jun  6 10:23:10 2012
@@ -44,6 +44,13 @@
             <groupId>javax.mail</groupId>
             <artifactId>mail</artifactId>
             <version>${javax-mail-version}</version>
+            <exclusions>
+              <!-- javax activation is part of the JDK now -->
+              <exclusion>
+                <groupId>javax.activation</groupId>
+                <artifactId>activation</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- testing -->


Reply via email to