Skip to content

Commit

Permalink
Solr extraction contrib should have compile time dependency on lucene…
Browse files Browse the repository at this point in the history
…, not just test.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x@1374695 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dsmiley committed Aug 19, 2012
1 parent be84f05 commit da8ce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/idea/solr/contrib/extraction/extraction.iml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit da8ce1e

Please sign in to comment.