Tests: Fix randomizedtest fail

Closes #49
This commit is contained in:
Jun Ohtani 2014-10-30 13:45:42 +09:00
parent ff686ac06a
commit d847959618

View File

@ -56,6 +56,12 @@
<version>1.3</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>