移除未使用的短信依赖包
- 删除了 OrderMapper 接口中 updateOrderStatus 方法的多余逗号 - 移除了 pom.xml 中未使用的短信依赖包 sms-util
This commit is contained in:
parent
e7700f872c
commit
3db006b061
|
|
@ -17,13 +17,6 @@
|
|||
|
||||
<dependencies>
|
||||
|
||||
<!-- 省公司短信sms-util -->
|
||||
<dependency>
|
||||
<groupId>com.ahsbd</groupId>
|
||||
<artifactId>sms-util</artifactId>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/sms-util-1.0.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<!--加密依赖包-->
|
||||
<dependency>
|
||||
<groupId>com.github.ulisesbocchio</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue