mirror of https://github.com/apache/lucene.git
LUCENE-3232: Fixed missing maven dependency in common module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9bf4c3fd8f
commit
e8faa197c8
|
@ -36,6 +36,11 @@
|
||||||
<build-directory>build</build-directory>
|
<build-directory>build</build-directory>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>lucene-core</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>lucene-test-framework</artifactId>
|
<artifactId>lucene-test-framework</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue