Remove useless SPI "uses" clause after previous commit

This commit is contained in:
Uwe Schindler 2024-05-28 00:21:13 +02:00
parent b1189adeb3
commit 4438404457
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
/** Lucene test framework. */
@SuppressWarnings({"module", "requires-automatic", "requires-transitive-automatic"})
module org.apache.lucene.test_framework {
uses org.apache.lucene.codecs.KnnVectorsFormat;
requires org.apache.lucene.core;
requires org.apache.lucene.codecs;
requires transitive junit;