Remove randomizedtesting-runner explicit dependency

Was added by mistake with #4266
This commit is contained in:
David Pilato 2013-11-28 12:07:21 +01:00
parent a9655ba812
commit 5ec0bf32d6
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@
<version>${lucene.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>