mirror of https://github.com/apache/lucene.git
LUCENE-7196: Add dependency on grouping and misc modules to avoid compile failures in IntelliJ IDEA
This commit is contained in:
parent
69f3d1fe5f
commit
67f6283ce4
|
@ -17,5 +17,7 @@
|
|||
<orderEntry type="module" module-name="lucene-core" />
|
||||
<orderEntry type="module" module-name="queries" />
|
||||
<orderEntry type="module" scope="TEST" module-name="analysis-common" />
|
||||
<orderEntry type="module" module-name="grouping" />
|
||||
<orderEntry type="module" module-name="misc" />
|
||||
</component>
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue