Skip to content

Commit 803e8e3

Browse files
committed
Manage more N5 artifacts
Including n5-blosc and n5-zarr. And alphabetize.
1 parent 194a658 commit 803e8e3

1 file changed

Lines changed: 22 additions & 10 deletions

File tree

pom.xml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,13 @@
724724

725725
<imglib2-label-multisets.version>0.9.0</imglib2-label-multisets.version>
726726
<n5.version>2.2.0</n5.version>
727-
<n5-imglib2.version>3.5.0</n5-imglib2.version>
728-
<n5-hdf5.version>1.0.4</n5-hdf5.version>
729727
<n5-aws-s3.version>3.1.1</n5-aws-s3.version>
728+
<n5-blosc.version>1.0.1</n5-blosc.version>
730729
<n5-google-cloud.version>3.2.1</n5-google-cloud.version>
730+
<n5-hdf5.version>1.0.4</n5-hdf5.version>
731+
<n5-imglib2.version>3.5.0</n5-imglib2.version>
731732
<n5-viewer_fiji.version>2.2.0</n5-viewer_fiji.version>
733+
<n5-zarr.version>0.0.3-beta</n5-zarr.version>
732734

733735
<!--
734736
BEGIN MANUALLY MANAGED VERSIONS
@@ -2402,29 +2404,39 @@
24022404
</dependency>
24032405
<dependency>
24042406
<groupId>org.janelia.saalfeldlab</groupId>
2405-
<artifactId>n5-imglib2</artifactId>
2406-
<version>${n5-imglib2.version}</version>
2407+
<artifactId>n5-aws-s3</artifactId>
2408+
<version>${n5-aws-s3.version}</version>
24072409
</dependency>
24082410
<dependency>
24092411
<groupId>org.janelia.saalfeldlab</groupId>
2410-
<artifactId>n5-hdf5</artifactId>
2411-
<version>${n5-hdf5.version}</version>
2412+
<artifactId>n5-blosc</artifactId>
2413+
<version>${n5-blosc.version}</version>
24122414
</dependency>
24132415
<dependency>
24142416
<groupId>org.janelia.saalfeldlab</groupId>
2415-
<artifactId>n5-aws-s3</artifactId>
2416-
<version>${n5-aws-s3.version}</version>
2417+
<artifactId>n5-google-cloud</artifactId>
2418+
<version>${n5-google-cloud.version}</version>
24172419
</dependency>
24182420
<dependency>
24192421
<groupId>org.janelia.saalfeldlab</groupId>
2420-
<artifactId>n5-google-cloud</artifactId>
2421-
<version>${n5-google-cloud.version}</version>
2422+
<artifactId>n5-hdf5</artifactId>
2423+
<version>${n5-hdf5.version}</version>
2424+
</dependency>
2425+
<dependency>
2426+
<groupId>org.janelia.saalfeldlab</groupId>
2427+
<artifactId>n5-imglib2</artifactId>
2428+
<version>${n5-imglib2.version}</version>
24222429
</dependency>
24232430
<dependency>
24242431
<groupId>org.janelia.saalfeldlab</groupId>
24252432
<artifactId>n5-viewer_fiji</artifactId>
24262433
<version>${n5-viewer_fiji.version}</version>
24272434
</dependency>
2435+
<dependency>
2436+
<groupId>org.janelia.saalfeldlab</groupId>
2437+
<artifactId>n5-zarr</artifactId>
2438+
<version>${n5-zarr.version}</version>
2439+
</dependency>
24282440

24292441
<!-- BoneJ - http://bonej.org/ -->
24302442

0 commit comments

Comments
 (0)