You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/10 08:22:31 UTC

[GitHub] [hudi] slfan1989 commented on a diff in pull request #6893: [HUDI-4997] use jackson-v2 replace jackson-v1 import.

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


##########
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:
   Thank you for your help to review the code, this should be caused by the conflict when merging master, I will modify the code.



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org