Skip to content

Commit

Permalink
chore: pom, add n5-zstandard.version property
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Jan 26, 2024
1 parent 2072f38 commit b5db6dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
<json-simple.version>1.1.1</json-simple.version>

<n5.version>3.1.1</n5.version>
<n5-zstandard.version>1.0.2</n5-zstandard.version>

</properties>

<dependencies>
Expand All @@ -157,7 +159,7 @@
<dependency>
<groupId>org.janelia</groupId>
<artifactId>n5-zstandard</artifactId>
<version>1.0.2</version>
<version>${n5-zstandard.version}</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit b5db6dc

Please sign in to comment.