Skip to content

Commit

Permalink
Remove OMEZarrReader for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 15, 2024
1 parent 3ef085b commit abf55d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# is available and updates the value in etc/omero.properties

# Check the Java packages
dirs=("org/openmicroscopy/omero-blitz" "org/openmicroscopy/omero-common-test" "org/openmicroscopy/omero-gateway" "ome/OMEZarrReader")
# dirs=("org/openmicroscopy/omero-blitz" "org/openmicroscopy/omero-common-test" "org/openmicroscopy/omero-gateway" "ome/OMEZarrReader")
dirs=("org/openmicroscopy/omero-blitz" "org/openmicroscopy/omero-common-test" "org/openmicroscopy/omero-gateway")
for dir in "${dirs[@]}"
do
:
Expand Down

0 comments on commit abf55d8

Please sign in to comment.