diff options
| author | wangkuan <[email protected]> | 2024-03-08 18:33:09 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-03-08 18:33:09 +0800 |
| commit | 2108f45a0872b9cc8bc7d8c5d3c253b4983f5602 (patch) | |
| tree | 04de9da93ce8fdf75aed7288b2f986f250f5187a | |
| parent | b121928ca74ccdd0f0c0790032346f750e238b8f (diff) | |
[improve][core]删除hadoop相关依赖detached
| -rw-r--r-- | groot-common/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml index 4a728de..6ca5cd9 100644 --- a/groot-common/pom.xml +++ b/groot-common/pom.xml @@ -81,22 +81,6 @@ <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> <build> |
