This commit is contained in:
tanghc
2021-03-10 10:33:33 +08:00
parent 581b4c869b
commit 1f1509f6db
19 changed files with 23 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-parent</artifactId>
<version>${revision}</version>
<version>4.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.gitee.sop</groupId>
<artifactId>sdk-java</artifactId>
<version>${revision}</version>
<version>4.3.0-SNAPSHOT</version>
</dependency>
<!-- http请求 -->
<dependency>