You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2022/01/06 18:09:52 UTC

[lucene] 03/03: Revert "Revert this change as module system work was not yet backported"

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 80d057fb0346b41796f395511c6024f600b5dd1e
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu Jan 6 19:06:30 2022 +0100

    Revert "Revert this change as module system work was not yet backported"
    
    This reverts commit 336341ed71417a923881e9a8ad9c2725bb158f59.
---
 lucene/analysis.tests/src/test/module-info.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/analysis.tests/src/test/module-info.java b/lucene/analysis.tests/src/test/module-info.java
index 5026116..3a67c75 100644
--- a/lucene/analysis.tests/src/test/module-info.java
+++ b/lucene/analysis.tests/src/test/module-info.java
@@ -33,7 +33,6 @@ module org.apache.lucene.analysis.tests {
   requires org.apache.lucene.analysis.smartcn;
   requires org.apache.lucene.analysis.stempel;
   requires org.apache.lucene.test_framework;
-  requires junit;
 
   exports org.apache.lucene.analysis.tests;
 }