This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.5 by this push:
new 74152802a RANGER-4807: upgraded Hadoop to 3.3.3 - #2; fixed build
failure in plugin-trino module
74152802a is described below
commit 74152802a384b6a0030c15a3cf6311b850416918
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Tue Jul 9 21:06:13 2024 -0700
RANGER-4807: upgraded Hadoop to 3.3.3 - #2; fixed build failure in
plugin-trino module
(cherry picked from commit 9e9ec52268d2d55dab63e2d794d7ce2907758dd6)
---
plugin-trino/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/plugin-trino/pom.xml b/plugin-trino/pom.xml
index d1db14268..30694f609 100644
--- a/plugin-trino/pom.xml
+++ b/plugin-trino/pom.xml
@@ -45,6 +45,11 @@
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>${fasterxml.jackson.version}</version>
+ </dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>