This is an automated email from the ASF dual-hosted git repository. pradeep pushed a commit to branch RANGER-4076_master in repository https://gitbox.apache.org/repos/asf/ranger.git
commit ead6ff39791d4afe4eee5312326d603737542d01 Author: Kishor Gollapalliwar <[email protected]> AuthorDate: Mon Dec 8 16:02:51 2025 +0530 RANGER-4076: Ranger KMS changes for JDK17 build --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index bc74266e0..faf196538 100755 --- a/pom.xml +++ b/pom.xml @@ -381,6 +381,7 @@ <configuration> <argLine>${argLine} -Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}" --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.xml.crypto/com.sun.org.apache.xml.internal.security.utils=ALL-UNNAMED --add-opens java.base/com.sun.crypto.provider=ALL-UNNAMED</argLine> <skipTests>${skipTests}</skipTests> <encoding>UTF-8</encoding>
