ome / bioformats

Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
https://www.openmicroscopy.org/bio-formats
GNU General Public License v2.0
371 stars 241 forks source link

Remove duplicate org.json:json dependency declaration #4125

Closed sbesson closed 6 months ago

sbesson commented 6 months ago

Implements https://github.com/ome/bioformats/pull/4123#pullrequestreview-1764908440

Since org.json:json is now a dependency of formats-bsd, this removes the duplicate declaration in formats-gpl so that the version is only managed in one place.

An alternative would be to declare json.version as a top-level property