mirror of https://github.com/apache/lucene.git
LUCENE-3998: Maven and IntelliJ configurations: add facet module dependency to the demo module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440681 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9189116b9
commit
4bd78bb389
|
@ -24,6 +24,7 @@
|
|||
</orderEntry>
|
||||
<orderEntry type="module" module-name="analysis-common" />
|
||||
<orderEntry type="module" module-name="lucene-core" />
|
||||
<orderEntry type="module" module-name="facet" />
|
||||
<orderEntry type="module" module-name="queryparser" />
|
||||
</component>
|
||||
</module>
|
||||
|
|
|
@ -59,6 +59,11 @@
|
|||
<artifactId>lucene-analyzers-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lucene-facet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lucene-queryparser</artifactId>
|
||||
|
|
Loading…
Reference in New Issue