This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 133399acd [INLONG-3729][Manager] Remove unused hadoop dependency 
(#3730)
133399acd is described below

commit 133399acdb51b105c33f45ff1de6c772bd0d8869
Author: dockerzhang <[email protected]>
AuthorDate: Fri Apr 15 17:20:09 2022 +0800

    [INLONG-3729][Manager] Remove unused hadoop dependency (#3730)
---
 inlong-manager/manager-service/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/inlong-manager/manager-service/pom.xml 
b/inlong-manager/manager-service/pom.xml
index eb536e1b4..a55182186 100644
--- a/inlong-manager/manager-service/pom.xml
+++ b/inlong-manager/manager-service/pom.xml
@@ -92,17 +92,6 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-common</artifactId>
-            <exclusions>
-                <exclusion>
-                    <artifactId>*</artifactId>
-                    <groupId>*</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-core</artifactId>

Reply via email to