mirror of https://github.com/apache/lucene.git
LUCENE-2609: phonetic module can depend only on lucene-test-framework rather than the full lucene-core tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f2aeb401b
commit
8d7afc0d05
|
@ -45,7 +45,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lucene-core</artifactId>
|
||||
<artifactId>lucene-test-framework</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
|
|
Loading…
Reference in New Issue