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