lidavidm commented on code in PR #39529:
URL: https://github.com/apache/arrow/pull/39529#discussion_r1459171627
##########
java/flight/flight-core/pom.xml:
##########
@@ -86,6 +86,10 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java-util</artifactId>
Review Comment:
gah, sorry, I realized we use a mix of BOM and protobuf.version...let's
revert this and go back to using the BOM.
Can you file an issue to have Gandiva and Dataset use the BOM instead of
defining their own protobuf.version?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]