mirror of https://github.com/apache/lucene.git
LUCENE-4365: remove unnecessary randomized-runner dependency from the lucene-core-tests module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29a3b35135
commit
214cacd544
|
@ -59,11 +59,6 @@
|
|||
<artifactId>ant</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.carrotsearch.randomizedtesting</groupId>
|
||||
<artifactId>randomizedtesting-runner</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory/>
|
||||
|
|
Loading…
Reference in New Issue