Tests: Fix randomizedtest fail

Closes #43
This commit is contained in:
Jun Ohtani 2014-10-30 14:29:24 +09:00
parent e9e80407b3
commit eb7a8a427c
1 changed files with 6 additions and 0 deletions

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>