From 84df5cfafe7304ad179fa6a8639efa02464baf1a Mon Sep 17 00:00:00 2001
From: zhujie <leon.zhu@cloudroam.com.cn>
Date: 星期二, 08 四月 2025 23:59:25 +0800
Subject: [PATCH] init

---
 pom.xml |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 700cf89..54d84d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,16 +241,16 @@
             <artifactId>wx-java-mp-spring-boot-starter</artifactId>
             <version>4.1.0</version>
         </dependency>
-        <dependency>
-            <groupId>com.aliyuncs</groupId>
-            <artifactId>core</artifactId>
-            <version>1</version>
-        </dependency>
-        <dependency>
-            <groupId>com.aliyuncs</groupId>
-            <artifactId>dysmsapi</artifactId>
-            <version>1</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>com.aliyuncs</groupId>-->
+<!--            <artifactId>core</artifactId>-->
+<!--            <version>1</version>-->
+<!--        </dependency>-->
+<!--        <dependency>-->
+<!--            <groupId>com.aliyuncs</groupId>-->
+<!--            <artifactId>dysmsapi</artifactId>-->
+<!--            <version>1</version>-->
+<!--        </dependency>-->
 
         <dependency>
             <groupId>com.github.wechatpay-apiv3</groupId>
@@ -281,6 +281,13 @@
             <version>3.1.0</version>
         </dependency>
 
+        <!-- https://mvnrepository.com/artifact/com.alipay.sdk/alipay-sdk-java -->
+        <dependency>
+            <groupId>com.alipay.sdk</groupId>
+            <artifactId>alipay-sdk-java</artifactId>
+            <version>4.40.82.ALL</version>
+        </dependency>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.3