summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgujinkai <[email protected]>2023-12-08 16:26:01 +0800
committergujinkai <[email protected]>2023-12-08 16:26:01 +0800
commite939cd24ee42fc2e1d8bb599d7f76917dcf6a7df (patch)
tree21fe456e433186f2435113ffa4e69c9f5c9e6284
parentd7b095b8d523b9ecfd4cfc2f8663c06b11179a07 (diff)
feat: adapt to yarnrelease-23.10
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b2de491..08ec134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${hadoop.version}</version>
+ <scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>