[ 
https://issues.apache.org/jira/browse/HIVE-24768?focusedWorklogId=553139&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-553139
 ]

ASF GitHub Bot logged work on HIVE-24768:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Feb/21 19:21
            Start Date: 16/Feb/21 19:21
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on a change in pull request #1969:
URL: https://github.com/apache/hive/pull/1969#discussion_r577075893



##########
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:
       After adding the `dependencyManagement` section, the `jackson.version` 
for `jackson-databind` can be removed.

##########
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>

Review comment:
       This needs to be moved to a new `dependencyManagement` section above 
`dependencies`.

##########
File path: testutils/ptest2/pom.xml
##########
@@ -115,20 +115,24 @@ limitations under the License.
       <artifactId>velocity</artifactId>
       <version>1.7</version>
     </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson</groupId>
+      <artifactId>jackson-bom</artifactId>
+      <version>${jackson.version}</version>
+      <type>pom</type>
+      <scope>import</scope>
+    </dependency>

Review comment:
       This needs to be moved to a `dependencyManagement` section above 
`dependencies`.




----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 553139)
    Time Spent: 20m  (was: 10m)

> 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: 20m
>  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)

Reply via email to