短信验证码

This commit is contained in:
wuchunlei
2025-04-16 18:41:20 +08:00
parent 11bcf3eb9d
commit 8286cf2034
6 changed files with 23 additions and 27 deletions

View File

@@ -224,13 +224,6 @@
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/lib/aspose-words-22.10-jdk16.jar</systemPath>
</dependency>
<dependency>
<groupId>com.bcloud.msg.http</groupId>
<artifactId>bcloud.msg.http</artifactId>
<version>http</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/lib/http.jar</systemPath>
</dependency>
<dependency>
<groupId>net.sourceforge.lame</groupId>
<artifactId>lame</artifactId>
@@ -448,7 +441,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
<includeSystemScope>true</includeSystemScope>
<!-- <includeSystemScope>true</includeSystemScope>-->
</configuration>
</plugin>
<!-- 跳过单元测试 -->