You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/07/05 21:01:56 UTC

svn commit: r1500101 - /mahout/trunk/math/pom.xml

Author: sslavic
Date: Fri Jul  5 19:01:56 2013
New Revision: 1500101

URL: http://svn.apache.org/r1500101
Log:
Removed easymock depedency version, it's managed in parent pom

Modified:
    mahout/trunk/math/pom.xml

Modified: mahout/trunk/math/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/math/pom.xml?rev=1500101&r1=1500100&r2=1500101&view=diff
==============================================================================
--- mahout/trunk/math/pom.xml (original)
+++ mahout/trunk/math/pom.xml Fri Jul  5 19:01:56 2013
@@ -167,7 +167,6 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>3.1</version>
       <scope>test</scope>
     </dependency>