LUCENE-10255: Add the required unnamed modules in benchmarks subproject to module-info so that they are explicit.

This commit is contained in:
Dawid Weiss 2022-02-01 12:15:01 +01:00
parent e7212fa47d
commit f103cca565
1 changed files with 3 additions and 0 deletions

View File

@ -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;