Tests: Fix randomizedtest fail

Closes #90
This commit is contained in:
Jun Ohtani 2014-11-03 02:15:59 +09:00
parent 4dae1879ad
commit d3f2df6d62
1 changed files with 9 additions and 1 deletions

10
pom.xml
View File

@ -66,6 +66,14 @@
</repositories>
<dependencies>
<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>
@ -175,7 +183,7 @@
<plugin>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>junit4-maven-plugin</artifactId>
<version>2.0.12</version>
<version>2.1.2</version>
<executions>
<execution>
<id>tests</id>