ndimiduk commented on code in PR #6295:
URL: https://github.com/apache/hbase/pull/6295#discussion_r1775042576


##########
pom.xml:
##########
@@ -931,7 +931,7 @@
         databind] must be kept in sync with the version of 
jackson-jaxrs-json-provider shipped in
         hbase-thirdparty.
     -->
-    <hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
+    <hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>

Review Comment:
   This is getting out of hand. See how many fix-up commits I had to push to 
various projects? We should be managing all these version numbers with a BOM 
import.
   
   This blog post has a nice write-up on the idea, 
https://www.garretwilson.com/blog/2023/06/14/improve-maven-bom-pattern
   
   I think that hbase-thirdparty could publish a BOM pom file that can be 
imported into any of the downstream hbase projects that make use of that 
release of hbase-thirdparty. That will centralize management of these 
dependencies in the hbase-thirdparty repo, and we won't have to play 
whack-a-mole in the main project poms.



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to