This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new b6a35493e [AMORO-3323]Exclude `hadoop-client-api` dependency (#3324)
b6a35493e is described below
commit b6a35493e650a4dbed518e719711638afa456628
Author: ZhouJinsong <[email protected]>
AuthorDate: Mon Nov 11 10:48:41 2024 +0800
[AMORO-3323]Exclude `hadoop-client-api` dependency (#3324)
Exclude hadoop-client-api dependency
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 173d1d3ba..9132f4e59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,6 +489,12 @@
<artifactId>orc-core</artifactId>
<version>${orc-core.version}</version>
<classifier>nohive</classifier>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>