This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 41837fa15 [OPENMEETINGS-2780] build should be fixed
41837fa15 is described below
commit 41837fa15d59b2b2e4f694de3bf30fcfe4831f10
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Mar 18 18:06:23 2024 +0700
[OPENMEETINGS-2780] build should be fixed
---
openmeetings-web/src/main/java/module-info.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openmeetings-web/src/main/java/module-info.java
b/openmeetings-web/src/main/java/module-info.java
index 95e22be3f..0dd794bbe 100644
--- a/openmeetings-web/src/main/java/module-info.java
+++ b/openmeetings-web/src/main/java/module-info.java
@@ -32,7 +32,7 @@ module org.apache.openmeetings.web {
requires org.apache.commons.io;
requires org.apache.commons.fileupload2.core;
- requires org.apache.commons.fileupload2.jakarta;
+ requires org.apache.commons.fileupload2.jakarta.servlet5;
requires org.apache.commons.lang3;
requires org.apache.commons.text;