Skip to content

Commit

Permalink
Tests: Fix randomizedtest fail
Browse files Browse the repository at this point in the history
Closes elastic#90
  • Loading branch information
johtani committed Nov 2, 2014
1 parent 4dae187 commit d3f2df6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d3f2df6

Please sign in to comment.