ome / ome-model

OME model (specification, code generator, implementation)
Other
13 stars 25 forks source link

Remove unneeded joda-time dependency #170

Closed dgault closed 1 year ago

dgault commented 1 year ago

Following on from the dependency updates in https://github.com/ome/bioformats/issues/3970

The joda-time dependency is currently used in a number of different projects, all of which also include ome-common. Rather than managing the dependency in each individual project it could be easier to simply inherit from the upstream ome-common project.

See the conversion on https://github.com/ome/ome-common-java/pull/77