This commit is contained in:
张良(004796)
2024-01-30 15:36:16 +08:00
parent ca2d8d8941
commit 25ad9038a8
7 changed files with 555 additions and 10 deletions

View File

@@ -23,17 +23,17 @@
<artifactId>ruoyi-common</artifactId>
</dependency>
<dependency>
<!--<dependency>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms4j-spring-boot-starter</artifactId>
<exclusions>
<!-- 排除京东短信内存在的fastjson等待作者后续修复 -->
&lt;!&ndash; 排除京东短信内存在的fastjson等待作者后续修复 &ndash;&gt;
<exclusion>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>-->
</dependencies>