LUCENE-3261: Maven configuration: added facet module dependency to the benchmark module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-10-14 17:21:57 +00:00
parent b0c7a2bbee
commit 4e20973301
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@
<artifactId>lucene-queryparser</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lucene-facet</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>