Skip to content

Commit

Permalink
Tests: Fix randomizedtest fail
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
johtani committed Oct 30, 2014
1 parent 2114d4a commit d28e6e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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 d28e6e9

Please sign in to comment.