mirror of https://github.com/apache/lucene.git
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:
parent
029a6d487c
commit
33066b93af
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue