mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
同步获取响应数据
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -41,6 +41,7 @@
|
||||
<alipai.sdk.version>4.39.79.ALL</alipai.sdk.version>
|
||||
<alipai.easysdk.version>2.2.3</alipai.easysdk.version>
|
||||
<tencent.sdk.version>3.1.87</tencent.sdk.version>
|
||||
<protostuff.version>1.8.0</protostuff.version>
|
||||
</properties>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
@@ -323,6 +324,18 @@
|
||||
<version>${huifu.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
<artifactId>protostuff-core</artifactId>
|
||||
<version>${protostuff.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
<artifactId>protostuff-runtime</artifactId>
|
||||
<version>${protostuff.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user