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:
Steven Rowe 2012-09-07 20:01:06 +00:00
parent 29a3b35135
commit 214cacd544
1 changed files with 0 additions and 5 deletions

View File

@ -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/>