Author: clement
Date: Fri Sep 10 19:46:31 2010
New Revision: 995955
URL: http://svn.apache.org/viewvc?rev=995955&view=rev
Log:
exclude the javax.mail dependency
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=995955&r1=995954&r2=995955&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/handler/transaction/pom.xml (original)
+++ felix/trunk/ipojo/tests/handler/transaction/pom.xml Fri Sep 10 19:46:31 2010
@@ -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>