Skip to content

Commit

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

0 comments on commit 88d2690

Please sign in to comment.