laurentgo opened a new issue, #40952: URL: https://github.com/apache/arrow/issues/40952
### Describe the bug, including details regarding any error messages, version, and platform. The module `flight-sql-jdbc-driver` declares explicitly multiple dependencies which would be transitively captured if the module would only depend on `flight-sql-driver-core`. This can cause the module to declare dependencies which are not used anymore, or use a different version compared to what was declared in other modules. Indeed, the driver includes both joda and bytebuddy dependencies which are not used in the rest of the code anymore. ### Component(s) Java -- 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]
