SOLR-2564: Maven build: add grouping module dependency to Solr

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-06-18 05:02:06 +00:00
parent 21a4f21b02
commit 2c3b410cd5
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@
<artifactId>lucene-suggest</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-grouping</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-commons-csv</artifactId>