Remove randomizedtesting-runner explicit dependency
Was added by mistake with #4266
This commit is contained in:
parent
a9655ba812
commit
5ec0bf32d6
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue