Skip to content

Commit

Permalink
Tests: Fix randomizedtest fail
Browse files Browse the repository at this point in the history
Closes #131
  • Loading branch information
johtani committed Oct 31, 2014
1 parent c35093b commit 4658f0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 4658f0e

Please sign in to comment.