LUCENE-3483: add queries module dependency to the maven configuration for the grouping module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-10-07 17:12:57 +00:00
parent 63b736c033
commit c407fea2cd
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lucene-queries</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>