steveloughran commented on code in PR #6370:
URL: https://github.com/apache/hadoop/pull/6370#discussion_r1442113231
##########
hadoop-project/pom.xml:
##########
@@ -921,6 +921,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
Review Comment:
should have a comment above to explain, maybe something on L72 to say why
we've had problems with jackson updates
##########
hadoop-common-project/hadoop-common/pom.xml:
##########
@@ -179,6 +179,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.github.pjfanning</groupId>
+ <artifactId>jsr311-compat</artifactId>
+ <scope>runtime</scope>
Review Comment:
what will break if this is not on the classpath?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]