diff options
| author | gujinkai <[email protected]> | 2023-11-08 14:07:12 +0800 |
|---|---|---|
| committer | gujinkai <[email protected]> | 2023-11-08 14:07:12 +0800 |
| commit | eae29e2bc362c5555552590b83f043f4277557f8 (patch) | |
| tree | 9f96bbda091c01b202512a926b80581f61964908 | |
| parent | 2e1b95664f4585da80ba8341a3f2c1f0a266489b (diff) | |
chorm: change hadoop dependency scope to provided
| -rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
