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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to