saalfeldlab / n5-ij

ImageJ convenience layer for N5
BSD 2-Clause "Simplified" License
15 stars 11 forks source link

Reduce dependency footprint #35

Closed ctrueden closed 3 years ago

ctrueden commented 3 years ago

This reduces the number of dependencies from 249 to 87.

It also adds dependencies which are used by previously undeclared, discovered via the mvn dependency:analyze command.

bogovicj commented 3 years ago

Looks good, thanks @ctrueden