Skip to content

Commit 3ae755e

Browse files
committed
Tests: upgrade randomizedtesting-runner to 2.1.10
Closes #43. (cherry picked from commit 6e5efe6) (cherry picked from commit 675a860)
1 parent ca7540f commit 3ae755e

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
@@ -66,6 +66,12 @@ governing permissions and limitations under the License. -->
6666
<version>1.3.RC2</version>
6767
<scope>test</scope>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.carrotsearch.randomizedtesting</groupId>
71+
<artifactId>randomizedtesting-runner</artifactId>
72+
<version>2.1.10</version>
73+
<scope>test</scope>
74+
</dependency>
6975
<dependency>
7076
<groupId>org.apache.lucene</groupId>
7177
<artifactId>lucene-test-framework</artifactId>

0 commit comments

Comments
 (0)