Author: bago
Date: Wed Jul 30 10:56:23 2008
New Revision: 681147
URL: http://svn.apache.org/viewvc?rev=681147&view=rev
Log:
Add mailet-base test-jar depedency to mailets-function
Modified:
james/server/trunk/mailets-function/pom.xml
Modified: james/server/trunk/mailets-function/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=681147&r1=681146&r2=681147&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Wed Jul 30 10:56:23 2008
@@ -110,5 +110,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-mailet-base</artifactId>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]