3
0
Fork 0

## Feat - 京东支付依赖

This commit is contained in:
sangelxiu1 2025-07-14 11:52:58 +08:00
parent cca882d4c8
commit 7792dc47f0
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -47,6 +47,7 @@
<xxl-job.version>2.3.0</xxl-job.version>
<huifu-new.version>3.0.19</huifu-new.version>
<alipay.version>4.40.33.ALL</alipay.version>
<bouncycastle.version>1.60</bouncycastle.version>
</properties>
<!-- 依赖声明 -->
@ -308,6 +309,17 @@
<version>${huifu-new.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<!-- &lt;!&ndash; 支付宝对接SDK &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.alipay.sdk</groupId>-->