[TESTS] Upgrade randomizedtesting-runner to 2.1.10

Closes #30
This commit is contained in:
tlrx 2014-11-03 11:29:22 +01:00
parent 6254d2b652
commit 1cd04206be
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@
<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>