Skip to content

Commit

Permalink
added n5-universe and update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Aug 20, 2024
1 parent 8201c97 commit a178e8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
<imglib2-roi.version>0.15.0</imglib2-roi.version>
<bigdataviewer-core.version>10.6.0</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-36</bigdataviewer-vistools.version>

<!-- from n5-universe -->
<n5-google-cloud.version>4.1.0</n5-google-cloud.version>
<n5-zarr.version>1.3.1</n5-zarr.version>
<n5-aws-s3.version>4.1.1</n5-aws-s3.version>
</properties>

<repositories>
Expand Down Expand Up @@ -252,6 +257,11 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>n5-zarr</artifactId>
</dependency>
<dependency>
<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>n5-universe</artifactId>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>gov.nist.isg</groupId>
<artifactId>pyramidio</artifactId>
Expand Down

0 comments on commit a178e8e

Please sign in to comment.