You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2023/10/13 01:30:25 UTC

[openmeetings] branch jakarta-spring-6 updated: [OPENMEETINGS-2756] module-info is corrected

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

solomax pushed a commit to branch jakarta-spring-6
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/jakarta-spring-6 by this push:
     new c3b1883d3 [OPENMEETINGS-2756] module-info is corrected
c3b1883d3 is described below

commit c3b1883d30dee5e9425e0ac2ca001b6051f32e1c
Author: Maxim Solodovnik <so...@apache.org>
AuthorDate: Fri Oct 13 08:30:15 2023 +0700

    [OPENMEETINGS-2756] module-info is corrected
---
 openmeetings-webservice/src/main/java/module-info.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openmeetings-webservice/src/main/java/module-info.java b/openmeetings-webservice/src/main/java/module-info.java
index 54d68cb7c..8ce3aff07 100644
--- a/openmeetings-webservice/src/main/java/module-info.java
+++ b/openmeetings-webservice/src/main/java/module-info.java
@@ -26,6 +26,8 @@ module org.apache.openmeetings.webservice {
 	requires org.apache.openmeetings.util;
 
 	requires com.github.openjson;
+	requires org.apache.commons.codec;
+	requires org.apache.commons.io;
 	requires org.apache.commons.lang3;
 
 	requires jakarta.annotation;