修改短信验证码
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -225,9 +225,9 @@
|
||||
<systemPath>${pom.basedir}/src/main/resources/lib/aspose-words-22.10-jdk16.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.zmzm</groupId>
|
||||
<artifactId>sms-http</artifactId>
|
||||
<version>sms-http</version>
|
||||
<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>
|
||||
@@ -448,6 +448,7 @@
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<fork>true</fork>
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- 跳过单元测试 -->
|
||||
|
||||
Reference in New Issue
Block a user