added easymock classextension.
authorErik Brakkee <erik@brakkee.org>
Thu, 10 Apr 2008 22:06:48 +0000 (22:06 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 10 Apr 2008 22:06:48 +0000 (22:06 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index f98a00ddc433eed01dcfce08a57e7d89720231c5..c1da120651a3bf94dddbf506decd7b6193fef657 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
             <version>2.3</version>
+            <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+            <version>2.3</version>
+            <scope>test</scope>
+        </dependency>
+
         <!-- dependency>
           <groupId>org.testng</groupId>
           <artifactId>testng</artifactId>