slfan1989 commented on code in PR #6893:
URL: https://github.com/apache/hudi/pull/6893#discussion_r994744240
##########
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:
@xushiyan From my personal point of view, we have completely removed all
dependencies of `org.codehaus.jackson` from the parent project's pom. Do
these excludes need to be retained? We shouldn't need to exclude anything since
there are no dependencies.
--
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]