saihemanth-cloudera commented on a change in pull request #1411:
URL: https://github.com/apache/hive/pull/1411#discussion_r476591285
##########
File path: pom.xml
##########
@@ -659,9 +659,14 @@
<artifactId>jackson-dataformat-smile</artifactId>
<version>${jackson.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-yaml</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-json-provider</artifactId>
+ <artifactId>jackson-jaxrs-base</artifactId>
Review comment:
In the Jira, it was mentioned that jackson-jaxrs-base version needs to
be updated and jackson-jaxrs-json-provider comes in the jackson-jaxrs-base
library. So that's why I used jackson-jaxrs-base.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]