From 1c081a5892085c2459b9316ebd02fa39e0705929 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 17 七月 2023 14:55:20 +0800 Subject: [PATCH] fix 修复 提交多余逗号 --- ruoyi-common/ruoyi-common-sms/pom.xml | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/ruoyi-common/ruoyi-common-sms/pom.xml b/ruoyi-common/ruoyi-common-sms/pom.xml index 1c0c740..c50f222 100644 --- a/ruoyi-common/ruoyi-common-sms/pom.xml +++ b/ruoyi-common/ruoyi-common-sms/pom.xml @@ -6,7 +6,6 @@ <groupId>org.dromara</groupId> <artifactId>ruoyi-common</artifactId> <version>${revision}</version> - <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -17,22 +16,19 @@ </description> <dependencies> - <dependency> - <groupId>org.dromara</groupId> - <artifactId>ruoyi-common-json</artifactId> - </dependency> <dependency> - <groupId>com.aliyun</groupId> - <artifactId>dysmsapi20170525</artifactId> - <optional>true</optional> + <groupId>org.dromara.sms4j</groupId> + <artifactId>sms4j-spring-boot-starter</artifactId> + <exclusions> + <!-- 鎺掗櫎浜笢鐭俊鍐呭瓨鍦ㄧ殑fastjson绛夊緟浣滆�呭悗缁慨澶� --> + <exclusion> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + </exclusion> + </exclusions> </dependency> - <dependency> - <groupId>com.tencentcloudapi</groupId> - <artifactId>tencentcloud-sdk-java-sms</artifactId> - <optional>true</optional> - </dependency> </dependencies> </project> -- Gitblit v1.9.3