Author: ate
Date: Thu Dec 21 06:02:14 2006
New Revision: 489357
URL: http://svn.apache.org/viewvc?view=rev&rev=489357
Log:
Adding missing mockrunner dependency
Modified:
portals/jetspeed-2/trunk/components/cm/pom.xml
Modified: portals/jetspeed-2/trunk/components/cm/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/cm/pom.xml?view=diff&rev=489357&r1=489356&r2=489357
==============================================================================
--- portals/jetspeed-2/trunk/components/cm/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/cm/pom.xml Thu Dec 21 06:02:14 2006
@@ -65,6 +65,11 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
+ <dependency>
+ <groupId>mockrunner</groupId>
+ <artifactId>mockrunner</artifactId>
+ <scope>compile</scope>
+ </dependency>
<!--
Note: junit is normally required only for test, but
in this case, abstract test cases are included in the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]