[TESTS] Upgrade randomizedtesting-runner to 2.1.10

Closes #24
This commit is contained in:
tlrx 2014-11-03 12:09:24 +01:00
parent 12805b56b7
commit 032dc51e9f
1 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,14 @@
<version>1.3.RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.1.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>