summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <[email protected]>2023-03-07 18:58:25 +0800
committerunknown <[email protected]>2023-03-07 18:58:25 +0800
commit11747d99641d739023175972fb11610022631d9c (patch)
tree5a639ce3a5fd716fce6c59ff0a8d5818cd7ba976
parentce15a27a1bca76145e75884cadf17e34db180478 (diff)
GAL-296 解决使用Yarn模式运行时的依赖冲突问题tsg-23.03
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1e81091..999e012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>2.7.1</version>
- <!--<scope>provided</scope>-->
+ <scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>zookeeper</artifactId>