Skip to content

Commit d28e6e9

Browse files
committed
Tests: Fix randomizedtest fail
Closes #32
1 parent 2114d4a commit d28e6e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
<version>1.3</version>
5656
<scope>test</scope>
5757
</dependency>
58+
<dependency>
59+
<groupId>com.carrotsearch.randomizedtesting</groupId>
60+
<artifactId>randomizedtesting-runner</artifactId>
61+
<version>2.1.10</version>
62+
<scope>test</scope>
63+
</dependency>
5864
<dependency>
5965
<groupId>org.apache.lucene</groupId>
6066
<artifactId>lucene-test-framework</artifactId>

0 commit comments

Comments
 (0)