[jbosscache-commits] JBoss Cache SVN: r7813 - core/branches/flat.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Mar 1 19:35:06 EST 2009


Author: adriancole
Date: 2009-03-01 19:35:05 -0500 (Sun, 01 Mar 2009)
New Revision: 7813

Modified:
   core/branches/flat/pom.xml
Log:
changed to easymockclassextension so that we can mock classes that do not implement interfaces

Modified: core/branches/flat/pom.xml
===================================================================
--- core/branches/flat/pom.xml	2009-03-02 00:34:22 UTC (rev 7812)
+++ core/branches/flat/pom.xml	2009-03-02 00:35:05 UTC (rev 7813)
@@ -98,7 +98,7 @@
 
       <dependency>
          <groupId>org.easymock</groupId>
-         <artifactId>easymock</artifactId>
+         <artifactId>easymockclassextension</artifactId>
          <version>2.4</version>
          <scope>test</scope>
       </dependency>




More information about the jbosscache-commits mailing list