Skip to content

Commit af61337

Browse files
committed
fix
1 parent 1011c53 commit af61337

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

amoro-ams/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,16 @@
308308
<artifactId>s3-transfer-manager</artifactId>
309309
</dependency>
310310

311+
<dependency>
312+
<groupId>org.apache.hadoop</groupId>
313+
<artifactId>${hadoop-client-api.artifact}</artifactId>
314+
</dependency>
315+
316+
<dependency>
317+
<groupId>org.apache.hadoop</groupId>
318+
<artifactId>${hadoop-client-runtime.artifact}</artifactId>
319+
</dependency>
320+
311321
<dependency>
312322
<groupId>org.apache.hadoop</groupId>
313323
<artifactId>hadoop-aws</artifactId>

0 commit comments

Comments
 (0)