SOLR-1472 -- adding missing reference to 'lucene-misc'

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2009-09-29 06:23:51 +00:00
parent 029a6d487c
commit 33066b93af
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@
<artifactId>lucene-memory</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-misc</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spellchecker</artifactId>