Skip to content

Commit 22925b8

Browse files
committed
Tests: Fix randomizedtest fail
Closes #34
1 parent ae1c019 commit 22925b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<version>1.3</version>
5757
<scope>test</scope>
5858
</dependency>
59+
<dependency>
60+
<groupId>com.carrotsearch.randomizedtesting</groupId>
61+
<artifactId>randomizedtesting-runner</artifactId>
62+
<version>2.1.10</version>
63+
<scope>test</scope>
64+
</dependency>
5965
<dependency>
6066
<groupId>org.apache.lucene</groupId>
6167
<artifactId>lucene-test-framework</artifactId>

0 commit comments

Comments
 (0)