Author: rdonkin
Date: Sat Feb 21 14:19:58 2009
New Revision: 746517
URL: http://svn.apache.org/viewvc?rev=746517&view=rev
Log:
JMock should be test only JSIEVE-48
https://issues.apache.org/jira/browse/JSIEVE-48
Modified:
james/jsieve/trunk/mailet/pom.xml
james/jsieve/trunk/util/pom.xml
Modified: james/jsieve/trunk/mailet/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=746517&r1=746516&r2=746517&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Sat Feb 21 14:19:58 2009
@@ -146,6 +146,7 @@
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>1.1.0</version>
+ <scope>test</scope>
</dependency>
</dependencies>
Modified: james/jsieve/trunk/util/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/util/pom.xml?rev=746517&r1=746516&r2=746517&view=diff
==============================================================================
--- james/jsieve/trunk/util/pom.xml (original)
+++ james/jsieve/trunk/util/pom.xml Sat Feb 21 14:19:58 2009
@@ -128,6 +128,7 @@
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>1.1.0</version>
+ <scope>test</scope>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]