[
https://issues.apache.org/jira/browse/HIVE-24768?focusedWorklogId=554496&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554496
]
ASF GitHub Bot logged work on HIVE-24768:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Feb/21 22:12
Start Date: 18/Feb/21 22:12
Worklog Time Spent: 10m
Work Description: risdenk commented on a change in pull request #1969:
URL: https://github.com/apache/hive/pull/1969#discussion_r578781109
##########
File path: standalone-metastore/pom.xml
##########
@@ -123,6 +123,13 @@
<artifactId>orc-core</artifactId>
<version>${orc.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson</groupId>
+ <artifactId>jackson-bom</artifactId>
+ <version>${jackson.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Review comment:
Since this is already the dependencyManagement section. This
jackson-databind version is no longer needed after the jackson-bom is added.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 554496)
Time Spent: 40m (was: 0.5h)
> Use jackson-bom everywhere for version replacement
> --------------------------------------------------
>
> Key: HIVE-24768
> URL: https://issues.apache.org/jira/browse/HIVE-24768
> Project: Hive
> Issue Type: Improvement
> Reporter: Sai Hemanth Gantasala
> Assignee: Sai Hemanth Gantasala
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> It's more of an optimization but makes it easier to replace the versions
> where ever necessary for Jackson dependency.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)