From 5e6f8103d4aad586f572e3be10c0f1e95e184d00 Mon Sep 17 00:00:00 2001
From: xingjinshuang <xingjs@qq.com>
Date: 星期四, 09 一月 2025 14:37:36 +0800
Subject: [PATCH] @xingjs@202501097@添加zarr相关的工具类

---
 pom.xml |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f2fceb..f35207d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,6 +214,28 @@
             <artifactId>commons-fileupload</artifactId>
             <version>1.5</version>
         </dependency>
+
+
+        <!-- zarr -->
+        <!-- https://mvnrepository.com/artifact/org.janelia.saalfeldlab/n5-zarr -->
+        <dependency>
+            <groupId>org.janelia.saalfeldlab</groupId>
+            <artifactId>n5-zarr</artifactId>
+            <version>1.3.5</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/libs/n5-zarr-1.3.5.jar</systemPath>
+        </dependency>
+
+        <!-- https://mvnrepository.com/artifact/dev.zarr/jzarr -->
+        <dependency>
+            <groupId>dev.zarr</groupId>
+            <artifactId>jzarr</artifactId>
+            <version>0.4.2</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/libs/jzarr-0.4.2.jar</systemPath>
+        </dependency>
+
+
     </dependencies>
     <repositories>
         <repository>

--
Gitblit v1.9.3