Skip to content

[Java][FlightSQL] Cleanup flightsql jdbc driver dependencies #40952

@laurentgo

Description

@laurentgo

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 joda dependency which is not used in the rest of the code anymore.

Component(s)

Java

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions