Title: [900] trunk/core/project.xml: Add junit tests for management / lifecycle.
Revision
900
Author
gnt
Date
2005-11-22 14:32:41 -0500 (Tue, 22 Nov 2005)

Log Message

Add junit tests for management / lifecycle.
Currently the tests fails.

Modified Paths

Diff

Modified: trunk/core/project.xml (899 => 900)

--- trunk/core/project.xml	2005-11-22 17:51:23 UTC (rev 899)
+++ trunk/core/project.xml	2005-11-22 19:32:41 UTC (rev 900)
@@ -399,6 +399,11 @@
             <version>${commons_digester_version}</version>
         </dependency>
 
+ 	    <dependency>
+	        <groupId>easymock</groupId>
+	        <artifactId>easymock</artifactId>
+	        <version>${easymock_version}</version>
+	     </dependency>
 
     </dependencies>
 

Reply via email to