mirror of https://github.com/apache/lucene.git
LUCENE-3808: Maven configuration: The lucene-core module needs randomizedtesting dependency independently from the test-framework module, since under maven, lucene-core includes test-framework source instead of depending on the test-framework module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b48bfd173
commit
8ad99c1a1b
|
@ -62,6 +62,11 @@
|
|||
<artifactId>ant-junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.carrotsearch.randomizedtesting</groupId>
|
||||
<artifactId>randomizedtesting-runner</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<directory>${build-directory}</directory>
|
||||
|
|
Loading…
Reference in New Issue