exclude javax.mail

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@996110 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/handler/transaction/pom.xml b/ipojo/tests/handler/transaction/pom.xml
index a46bd6b..3e89e03 100644
--- a/ipojo/tests/handler/transaction/pom.xml
+++ b/ipojo/tests/handler/transaction/pom.xml
@@ -120,6 +120,10 @@
           <artifactId>jmxri</artifactId>
           <groupId>com.sun.jmx</groupId>
         </exclusion>
+        <exclusion>
+        	<artifactId>mail</artifactId>
+        	<groupId>javax.mail</groupId>
+        </exclusion>
       </exclusions>
     </dependency>