xushiyan commented on code in PR #6893:
URL: https://github.com/apache/hudi/pull/6893#discussion_r994692187


##########
hudi-client/hudi-spark-client/pom.xml:
##########
@@ -102,14 +102,6 @@
       <version>${hbase.version}</version>
       <scope>test</scope>
       <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.jackson</groupId>
-          <artifactId>jackson-mapper-asl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.codehaus.jackson</groupId>
-          <artifactId>jackson-core-asl</artifactId>
-        </exclusion>

Review Comment:
   same question here: we want to exclude them, but you're removing the 
exclusion



##########
hudi-client/hudi-flink-client/pom.xml:
##########
@@ -146,14 +146,6 @@
             <version>${hbase.version}</version>
             <scope>test</scope>
             <exclusions>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-mapper-asl</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-core-asl</artifactId>
-                </exclusion>

Review Comment:
   @slfan1989 what i meant was, why do you remove the exclusion here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to