Author: chirino
Date: Thu Jun 28 07:34:05 2007
New Revision: 551576
URL: http://svn.apache.org/viewvc?view=rev&rev=551576
Log:
Added mail jar dependency. Build was failing with maven 2.0.6 since it has
stricter transitive deps.
Modified:
incubator/servicemix/trunk/servicemix-itests/pom.xml
Modified: incubator/servicemix/trunk/servicemix-itests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-itests/pom.xml?view=diff&rev=551576&r1=551575&r2=551576
==============================================================================
--- incubator/servicemix/trunk/servicemix-itests/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-itests/pom.xml Thu Jun 28 07:34:05
2007
@@ -83,6 +83,12 @@
<artifactId>geronimo-servlet_2.4_spec</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ </dependency>
+
</dependencies>
<build>