Skip to content

Commit 774aa9d

Browse files
committed
[AMORO-3323]Exclude hadoop-client-api dependency (apache#3324)
Exclude hadoop-client-api dependency (cherry picked from commit b6a3549) Signed-off-by: zhoujinsong <zhoujinsong0505@163.com>
1 parent e9434bd commit 774aa9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,12 @@
470470
<artifactId>orc-core</artifactId>
471471
<version>${orc-core.version}</version>
472472
<classifier>nohive</classifier>
473+
<exclusions>
474+
<exclusion>
475+
<groupId>org.apache.hadoop</groupId>
476+
<artifactId>hadoop-client-api</artifactId>
477+
</exclusion>
478+
</exclusions>
473479
</dependency>
474480

475481
<dependency>

0 commit comments

Comments
 (0)