This commit is contained in:
tanghc
2019-09-19 15:26:15 +08:00
parent 298a684bd6
commit 14cf242722

View File

@@ -56,6 +56,12 @@
<artifactId>sdk-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- http请求 -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>net.oschina.durcframework</groupId>