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 2012/01/15 22:31:22 UTC

svn commit: r1231759 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Sun Jan 15 21:31:21 2012
New Revision: 1231759

URL: http://svn.apache.org/viewvc?rev=1231759&view=rev
Log:
Added test dependency to EasyMock 3.1.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1231759&r1=1231758&r2=1231759&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Jan 15 21:31:21 2012
@@ -386,6 +386,13 @@
     </dependency>
 
     <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>3.1</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
       <version>1.4</version>