perf:调整版本管理方式

This commit is contained in:
曾文豪
2023-01-10 11:14:44 +08:00
parent 725c134ab8
commit abd5c2456b
11 changed files with 107 additions and 22 deletions

View File

@@ -22,20 +22,17 @@
<dependency>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-platform</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!--阿里云短信登录-->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>tea-openapi</artifactId>
<version>0.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
<version>2.0.23</version>
<scope>compile</scope>
</dependency>