forked from angelo/java-retail-app
## Feat - 京东支付依赖
This commit is contained in:
parent
59216b24d5
commit
7c267b2444
12
pom.xml
12
pom.xml
|
@ -47,6 +47,7 @@
|
||||||
<xxl-job.version>2.3.0</xxl-job.version>
|
<xxl-job.version>2.3.0</xxl-job.version>
|
||||||
<huifu-new.version>3.0.19</huifu-new.version>
|
<huifu-new.version>3.0.19</huifu-new.version>
|
||||||
<alipay.version>4.40.33.ALL</alipay.version>
|
<alipay.version>4.40.33.ALL</alipay.version>
|
||||||
|
<bouncycastle.version>1.60</bouncycastle.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- 依赖声明 -->
|
<!-- 依赖声明 -->
|
||||||
|
@ -308,6 +309,17 @@
|
||||||
<version>${huifu-new.version}</version>
|
<version>${huifu-new.version}</version>
|
||||||
</dependency>
|
</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>
|
||||||
|
|
||||||
<!-- <!– 支付宝对接SDK –>-->
|
<!-- <!– 支付宝对接SDK –>-->
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>com.alipay.sdk</groupId>-->
|
<!-- <groupId>com.alipay.sdk</groupId>-->
|
||||||
|
|
Loading…
Reference in New Issue