From b1bd4cbd01cb8d7616de0b3c321439985a149e5e Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 13 十月 2023 14:15:06 +0800 Subject: [PATCH] 代码提交 --- smartor/pom.xml | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/smartor/pom.xml b/smartor/pom.xml index 91f3996..7babc73 100644 --- a/smartor/pom.xml +++ b/smartor/pom.xml @@ -16,8 +16,28 @@ </description> <dependencies> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>ecs20140526</artifactId> + <version>3.1.12</version> + </dependency> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>dysmsapi20170525</artifactId> + <version>2.0.24</version> + </dependency> - + <!-- V1.0 SDK --> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>aliyun-java-sdk-core</artifactId> + <version>4.6.3</version> + </dependency> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>aliyun-java-sdk-ecs</artifactId> + <version>4.24.59</version> + </dependency> <!-- 閫氱敤宸ュ叿--> <dependency> <groupId>com.ruoyi</groupId> -- Gitblit v1.9.3