diff options
| author | wangkuan <[email protected]> | 2024-03-08 18:40:21 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-03-08 18:40:21 +0800 |
| commit | 7115979e16f6e9577df9063f25d678e9cfbc5aac (patch) | |
| tree | 30c138bc38d2bb36fe6a636390bed85b3a7c660d | |
| parent | b121928ca74ccdd0f0c0790032346f750e238b8f (diff) | |
[improve][core]删除hadoop相关依赖
| -rw-r--r-- | groot-common/pom.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml index 4a728de..8ff4910 100644 --- a/groot-common/pom.xml +++ b/groot-common/pom.xml @@ -81,21 +81,7 @@ <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-client</artifactId> - <version>2.7.1</version> - <exclusions> - <exclusion> - <artifactId>slf4j-log4j12</artifactId> - <groupId>org.slf4j</groupId> - </exclusion> - <exclusion> - <artifactId>log4j-over-slf4j</artifactId> - <groupId>org.slf4j</groupId> - </exclusion> - </exclusions> - </dependency> + </dependencies> |
