mirror of https://github.com/apache/lucene.git
LUCENE-10255: Add the required unnamed modules in benchmarks subproject to module-info so that they are explicit.
This commit is contained in:
parent
e7212fa47d
commit
f103cca565
|
@ -25,6 +25,9 @@ module org.apache.lucene.benchmark {
|
|||
requires org.apache.lucene.queryparser;
|
||||
requires org.apache.lucene.spatial_extras;
|
||||
requires spatial4j;
|
||||
requires org.apache.commons.compress;
|
||||
requires nekohtml;
|
||||
requires com.ibm.icu;
|
||||
|
||||
exports org.apache.lucene.benchmark;
|
||||
exports org.apache.lucene.benchmark.byTask;
|
||||
|
|
Loading…
Reference in New Issue