imagej / imagej-modelzoo

BSD 2-Clause "Simplified" License
6 stars 4 forks source link

Update to scijava-pom 30.0.0 #10

Closed jdeschamps closed 3 years ago

jdeschamps commented 3 years ago

Issue https://github.com/imagej/imagej-modelzoo/issues/9 prompted an update to scijava-pom 30.0.0 in order to fix an exception occuring since a recent update of imagelib2-cache.

However, there is a bug in scifio 0.41.1 that prevents org.scijava.io.IOService and io.scif.io.DatasetIOPlugin from loading images. I applied a quick fix by using io.scif.services.DatasetIOService instead... The bug is fixed in scifio 0.41.2-SNAPSHOT, so the code should probably roll back to using IOService at the next scifio update.