This commit is contained in:
tanghc
2020-12-09 18:11:31 +08:00
parent ced55fb3b2
commit 44e321720a
23 changed files with 45 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
@@ -25,7 +25,7 @@
<dependency>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-service-common</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.3-SNAPSHOT</version>
</dependency>
<!-- sop相关配置 end-->
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.gitee.sop</groupId>
<artifactId>sdk-java</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.3-SNAPSHOT</version>
</dependency>
<!-- http请求 -->
<dependency>