Author: clement
Date: Sat Sep 11 09:42:31 2010
New Revision: 996110
URL: http://svn.apache.org/viewvc?rev=996110&view=rev
Log:
exclude javax.mail
Modified:
felix/trunk/ipojo/tests/handler/transaction/pom.xml
Modified: felix/trunk/ipojo/tests/handler/transaction/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/handler/transaction/pom.xml?rev=996110&r1=996109&r2=996110&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/handler/transaction/pom.xml (original)
+++ felix/trunk/ipojo/tests/handler/transaction/pom.xml Sat Sep 11 09:42:31 2010
@@ -120,6 +120,10 @@
<artifactId>jmxri</artifactId>
<groupId>com.sun.jmx</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>mail</artifactId>
+ <groupId>javax.mail</groupId>
+ </exclusion>
</exclusions>
</dependency>