This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new b7bc909 Adds missing module b7bc909 is described below commit b7bc909b67f9e3aa6ce83407dc0cca581ca62a13 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Oct 18 08:24:14 2021 +0200 Adds missing module --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52723e6..34884cf 100644 --- a/pom.xml +++ b/pom.xml @@ -622,7 +622,7 @@ limitations under the License. <configuration> <argLine> --illegal-access=permit - --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.lang/java.util=ALL-UNNAMED -Dillegal-access=permit </argLine> </configuration>