abhioncbr commented on issue #13077:
URL: https://github.com/apache/pinot/issues/13077#issuecomment-2142883257

   I was looking into it, and as I understand, the version mentioned takes 
effect by importing the sub-projects BOM or including them as a dependency in 
the parent pom. These properties are useless
   ```bash
       <google.auth.version>1.23.0</google.auth.version>
       <gson.version>2.10.1</gson.version>
       <guava.version>33.1.0-jre</guava.version>
       <google.http-client.version>1.44.1</google.http-client.version>
       <protobuf.version>3.25.2</protobuf.version>
       <grpc.version>1.61.1</grpc.version>
   ```
   Also, I would like to highlight that overriding the version of a dependency 
managed by a BOM can lead to compatibility issues, as the BOM's purpose is to 
ensure that all the libraries and their dependencies work well together.
   
   Let me know if I can delete the properties, or if we want to override them, 
I will add their BOMs in dependency management. 


-- 
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: commits-unsubscr...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to