You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2013/06/05 00:47:22 UTC

svn commit: r1489660 - /mahout/trunk/core/pom.xml

Author: smarthi
Date: Tue Jun  4 22:47:22 2013
New Revision: 1489660

URL: http://svn.apache.org/r1489660
Log:
MAHOUT-1240: Randomized testing and Serialization of NonZeros - Adding maven dependency for carrotsearch.randomizedtesting

Modified:
    mahout/trunk/core/pom.xml

Modified: mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/core/pom.xml?rev=1489660&r1=1489659&r2=1489660&view=diff
==============================================================================
--- mahout/trunk/core/pom.xml (original)
+++ mahout/trunk/core/pom.xml Tue Jun  4 22:47:22 2013
@@ -194,6 +194,14 @@
       <version>1.0.0</version>
       <classifier>hadoop1</classifier>
     </dependency>
+
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+      <version>2.0.8</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
   
   <profiles>