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 be3dc4b6f447e97e9c26983da18d2e96c303742e 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 65b714705..ee378de9d 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>
