You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/02/29 21:50:24 UTC

svn commit: r632432 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: oheger
Date: Fri Feb 29 12:50:01 2008
New Revision: 632432

URL: http://svn.apache.org/viewvc?rev=632432&view=rev
Log:
Added dependency to easymock for testing

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=632432&r1=632431&r2=632432&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Fri Feb 29 12:50:01 2008
@@ -298,6 +298,13 @@
       <version>1.4</version>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>2.2</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>