Tests: Fix randomizedtest fail

Closes #131
This commit is contained in:
Jun Ohtani 2014-10-31 14:32:33 +09:00
parent c35093b2a4
commit 4658f0e2df
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@
<version>1.3.RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.1.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>