Merge pull request #10635 from rmuir/test_status_bar

Add tests progress indicator
This commit is contained in:
Robert Muir 2015-04-16 13:44:20 -04:00
commit 410f1790d1
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.1.11</version>
<version>2.1.13</version>
<scope>test</scope>
</dependency>
<dependency>
@ -501,7 +501,7 @@
<plugin>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>junit4-maven-plugin</artifactId>
<version>2.1.2</version>
<version>2.1.13</version>
<executions>
<execution>
<id>tests</id>