You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2006/12/21 15:02:15 UTC

svn commit: r489357 - /portals/jetspeed-2/trunk/components/cm/pom.xml

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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org