新增微信支付pom依赖
This commit is contained in:
parent
4dad73799e
commit
409ec52569
|
|
@ -22,6 +22,12 @@
|
|||
<artifactId>ghy-common</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--微信支付-->
|
||||
<dependency>
|
||||
<groupId>com.github.wechatpay-apiv3</groupId>
|
||||
<artifactId>wechatpay-apache-httpclient</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
7
pom.xml
7
pom.xml
|
|
@ -36,6 +36,7 @@
|
|||
<lombok.version>1.18.12</lombok.version>
|
||||
<qiniu.version>7.4.0</qiniu.version>
|
||||
<gson.version>2.8.5</gson.version>
|
||||
<wxpay.version>0.4.3</wxpay.version>
|
||||
</properties>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
|
|
@ -254,6 +255,12 @@
|
|||
<version>${ghy.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.wechatpay-apiv3</groupId>
|
||||
<artifactId>wechatpay-apache-httpclient</artifactId>
|
||||
<version>${wxpay.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue