mirror of https://github.com/apache/lucene.git
Remove useless SPI "uses" clause after previous commit
This commit is contained in:
parent
b1189adeb3
commit
4438404457
|
@ -18,8 +18,6 @@
|
||||||
/** Lucene test framework. */
|
/** Lucene test framework. */
|
||||||
@SuppressWarnings({"module", "requires-automatic", "requires-transitive-automatic"})
|
@SuppressWarnings({"module", "requires-automatic", "requires-transitive-automatic"})
|
||||||
module org.apache.lucene.test_framework {
|
module org.apache.lucene.test_framework {
|
||||||
uses org.apache.lucene.codecs.KnnVectorsFormat;
|
|
||||||
|
|
||||||
requires org.apache.lucene.core;
|
requires org.apache.lucene.core;
|
||||||
requires org.apache.lucene.codecs;
|
requires org.apache.lucene.codecs;
|
||||||
requires transitive junit;
|
requires transitive junit;
|
||||||
|
|
Loading…
Reference in New Issue