This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch 0.7.x
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/0.7.x by this push:
new 774aa9de0 [AMORO-3323]Exclude `hadoop-client-api` dependency (#3324)
774aa9de0 is described below
commit 774aa9de01b5694f392cd201193aeea1390bdb63
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
(cherry picked from commit b6a35493e650a4dbed518e719711638afa456628)
Signed-off-by: zhoujinsong <[email protected]>
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 60a9aa61b..6d558fa57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -470,6 +470,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>