[TESTS] Upgrade randomizedtesting-runner to 2.1.10

(cherry picked from commit 87b1b25)
This commit is contained in:
tlrx 2014-11-12 14:08:50 +01:00
parent de0458ed93
commit 554d942acf
1 changed files with 7 additions and 0 deletions

View File

@ -138,6 +138,13 @@ governing permissions and limitations under the License. -->
<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>