Skip to content

Commit

Permalink
[AMORO-3323]Exclude hadoop-client-api dependency (#3324)
Browse files Browse the repository at this point in the history
Exclude hadoop-client-api dependency

(cherry picked from commit b6a3549)
Signed-off-by: zhoujinsong <[email protected]>
  • Loading branch information
zhoujinsong committed Nov 11, 2024
1 parent e9434bd commit 774aa9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 774aa9d

Please sign in to comment.