From 97629da6a002b534da10f828187fd6cd65941aa4 Mon Sep 17 00:00:00 2001
From: dcb <xgybdcb@163.com>
Date: 星期一, 07 七月 2025 17:14:13 +0800
Subject: [PATCH] 模拟间隔支持毫秒级

---
 pom.xml |   44 ++++++++++++++++++++++++++++++--------------
 1 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1aecb89..17495ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
         <dependency>
             <groupId>com.baomidou</groupId>
             <artifactId>mybatis-plus-boot-starter</artifactId>
+            <!--<version>3.5.7</version>-->
             <version>3.5.1</version>
         </dependency>
         <!--redis-->
@@ -117,12 +118,13 @@
         <dependency>
             <groupId>org.gdal</groupId>
             <artifactId>gdal</artifactId>
-            <version>3.5.0</version>
-            <!--<version>3.10.0</version>
-            <scope>system</scope>
+            <version>3.10.0</version>
+            <!--<version>3.5.0</version>
+            <version>3.10.1</version>-->
+            <!--<scope>system</scope>
             <systemPath>${project.basedir}/libs/gdal.jar</systemPath>-->
         </dependency>
-<!--rainfall-->
+        <!--rainfall-->
         <dependency>
             <groupId>com.mathworks.toolbox</groupId>
             <artifactId>javabuilder</artifactId>
@@ -211,23 +213,18 @@
             <artifactId>commons-fileupload</artifactId>
             <version>1.5</version>
         </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>
-        <!-- https://mvnrepository.com/artifact/edu.ucar/cdm-core -->
-        <dependency>
+        <!--<dependency>
             <groupId>edu.ucar</groupId>
             <artifactId>cdm-core</artifactId>
             <version>5.4.1</version>
             <scope>system</scope>
             <systemPath>${project.basedir}/libs/cdm-core-5.4.1.jar</systemPath>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/org.blosc/jblosc -->
         <dependency>
             <groupId>org.blosc</groupId>
             <artifactId>jblosc</artifactId>
@@ -240,8 +237,6 @@
             <artifactId>jna</artifactId>
             <version>4.2.2</version>
         </dependency>
-        <!-- zarr -->
-        <!-- https://mvnrepository.com/artifact/org.janelia.saalfeldlab/n5-zarr -->
         <dependency>
             <groupId>org.janelia.saalfeldlab</groupId>
             <artifactId>n5-zarr</artifactId>
@@ -249,14 +244,13 @@
             <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>
+        </dependency>-->
         <!--gavaghan娴嬭窛-->
         <dependency>
             <groupId>org.gavaghan</groupId>
@@ -325,8 +319,30 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>alimaven</id>
+            <url>https://maven.aliyun.com/repository/public</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
     <repositories>
         <repository>
+            <id>alimaven</id>
+            <url>https://maven.aliyun.com/repository/public</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+        <repository>
             <id>osgeo</id>
             <name>OSGeo Release Repository</name>
             <url>https://repo.osgeo.org/repository/release/</url>

--
Gitblit v1.9.3