yihua commented on code in PR #11957:
URL: https://github.com/apache/hudi/pull/11957#discussion_r1765758722
##########
packaging/hudi-spark-bundle/pom.xml:
##########
@@ -204,6 +204,7 @@
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/services/javax.*</exclude>
+
<exclude>META-INF/maven/com.fasterxml.jackson.core/jackson-databind/*</exclude>
Review Comment:
This change only removes the meta info from the bundle; the classes from
jackson-databind are still included.
--
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]