Aggarwal-Raghav commented on code in PR #474:
URL: https://github.com/apache/tez/pull/474#discussion_r3403891188
##########
pom.xml:
##########
@@ -385,13 +409,25 @@
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.avro</groupId>
Review Comment:
@maheshrajus , please revert this avro exclusion. UT's are working after
that. As we have jackson-bom defined now, we don't need this. All jackson jar
have `2.18.6` now
```
jackson-annotations-2.18.6.jar
jackson-core-2.18.6.jar
jackson-databind-2.18.6.jar
jackson-jaxrs-base-2.18.6.jar
jackson-jaxrs-json-provider-2.18.6.jar
jackson-module-jaxb-annotations-2.18.6.jar
```
--
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]