Skip to content

Commit

Permalink
Tests: Fix randomizedtest fail
Browse files Browse the repository at this point in the history
Closes #43
  • Loading branch information
johtani committed Oct 30, 2014
1 parent e9e8040 commit eb7a8a4
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 @@ -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 eb7a8a4

Please sign in to comment.