LUCENE-3305: Maven configuration: Added dependency from Solr analysis-extras contrib on the new Kuromoji analysis module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-01-12 22:39:32 +00:00
parent 013bf4eba2
commit 813aaeccd8
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@
<artifactId>lucene-analyzers-icu</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-kuromoji</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-smartcn</artifactId>