From d3f2df6d62586dfe66b88648ce35982f305abac6 Mon Sep 17 00:00:00 2001 From: Jun Ohtani Date: Mon, 3 Nov 2014 02:15:59 +0900 Subject: [PATCH] Tests: Fix randomizedtest fail Closes #90 --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5beb2b49226de..b579c2456fe1d 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,14 @@ + + + com.carrotsearch.randomizedtesting + randomizedtesting-runner + 2.1.10 + test + + org.apache.lucene lucene-test-framework @@ -175,7 +183,7 @@ com.carrotsearch.randomizedtesting junit4-maven-plugin - 2.0.12 + 2.1.2 tests