exclude the javax.mail dependency

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@995955 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/handler/transaction/pom.xml b/ipojo/tests/handler/transaction/pom.xml
index ebb62ad..81aba11 100644
--- a/ipojo/tests/handler/transaction/pom.xml
+++ b/ipojo/tests/handler/transaction/pom.xml
@@ -47,6 +47,7 @@
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.transaction</artifactId>
       <version>0.9.0-SNAPSHOT</version>
+      <scope>provided</scope>
     </dependency>
         <dependency>
       <groupId>org.apache.felix</groupId>
@@ -127,6 +128,10 @@
      		<artifactId>jmxri</artifactId>
      		<groupId>com.sun.jmx</groupId>
      	</exclusion>
+     	<exclusion>
+     		<artifactId>mail</artifactId>
+     		<groupId>javax.mail</groupId>
+     	</exclusion>
      </exclusions>
    </dependency>