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:
Steven Rowe 2011-02-07 01:12:14 +00:00
parent 6f2aeb401b
commit 8d7afc0d05
1 changed files with 1 additions and 1 deletions

View File

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