You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by dh...@apache.org on 2021/03/12 12:14:57 UTC

[ranger] branch master updated: RANGER-3199: illegal reflective access operation warning in KMS catalina.out logs

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

dhavalshah9131 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e4f6e2  RANGER-3199: illegal reflective access operation warning in KMS catalina.out logs
6e4f6e2 is described below

commit 6e4f6e2725e60180bf92526b32988e39c2a3e5de
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Mon Mar 8 20:22:14 2021 +0530

    RANGER-3199: illegal reflective access operation warning in KMS catalina.out logs
---
 kms/pom.xml | 5 +++++
 pom.xml     | 1 +
 2 files changed, 6 insertions(+)

diff --git a/kms/pom.xml b/kms/pom.xml
index 0c33539..c12feae 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -263,6 +263,11 @@
             <artifactId>jersey-json</artifactId>
             <version>${jersey-bundle.version}</version>
         </dependency>
+		<dependency>
+			<groupId>com.sun.xml.bind</groupId>
+			<artifactId>jaxb-impl</artifactId>
+			<version>${jaxb-impl.version}</version>
+		</dependency>
         <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
diff --git a/pom.xml b/pom.xml
index 2d6dc62..0ba0d6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,7 @@
         <jersey-core.version>1.19.3</jersey-core.version>
         <jersey-server.version>1.19.3</jersey-server.version>
         <jersey-spring.version>1.19.3</jersey-spring.version>
+        <jaxb-impl.version>2.3.3</jaxb-impl.version>
         <jettison.version>1.1</jettison.version>
         <jetty-client.version>9.4.31.v20200723</jetty-client.version>
         <jline.version>0.9.94</jline.version>