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