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 17:53:41 UTC

[lucene] branch branch_9x updated: 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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 336341e  Revert this change as module system work was not yet backported
336341e is described below

commit 336341ed71417a923881e9a8ad9c2725bb158f59
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu Jan 6 18:53:32 2022 +0100

    Revert this change as module system work was not yet backported
---
 lucene/analysis.tests/src/test/module-info.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/analysis.tests/src/test/module-info.java b/lucene/analysis.tests/src/test/module-info.java
index 3a67c75..5026116 100644
--- a/lucene/analysis.tests/src/test/module-info.java
+++ b/lucene/analysis.tests/src/test/module-info.java
@@ -33,6 +33,7 @@ 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;
 }