Solr extraction contrib should have compile time dependency on lucene, not just test.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2012-08-19 05:34:30 +00:00
parent 54a623db68
commit 57b47505b3
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
<orderEntry type="library" name="Solr library" level="project" />
<orderEntry type="library" name="Solr extraction library" level="project" />
<orderEntry type="module" module-name="solr" />
<orderEntry type="module" module-name="lucene" scope="TEST" />
<orderEntry type="module" module-name="lucene" />
</component>
</module>