Skip to content

Commit 5640242

Browse files
committed
Add missing n5-zstandard dependency stanza
@bogovicj Note that the property doesn't do anything unless you also add it to the dependencyManagement.
1 parent 2f610cd commit 5640242

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -3757,6 +3757,11 @@
37573757
<artifactId>n5-zarr</artifactId>
37583758
<version>${org.janelia.saalfeldlab.n5-zarr.version}</version>
37593759
</dependency>
3760+
<dependency>
3761+
<groupId>org.janelia.saalfeldlab</groupId>
3762+
<artifactId>n5-zstandard</artifactId>
3763+
<version>${org.janelia.saalfeldlab.n5-zstandard.version}</version>
3764+
</dependency>
37603765

37613766
<!-- Fiji-adjacent projects (available from ImageJ update sites) -->
37623767

0 commit comments

Comments
 (0)