roses/kernel-d-pay/pay-sdk-alipay/pom.xml

32 lines
993 B
XML
Raw Normal View History

2021-05-28 06:15:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kernel-d-pay</artifactId>
<groupId>cn.stylefeng.roses</groupId>
2021-11-25 01:57:50 +00:00
<version>7.1.6</version>
2021-05-28 06:15:43 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-sdk-alipay</artifactId>
<dependencies>
<!--支付模块的api-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>pay-api</artifactId>
2021-06-01 14:29:04 +00:00
<version>${roses.version}</version>
2021-05-28 06:15:43 +00:00
</dependency>
<!--阿里支付sdk-->
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-easysdk</artifactId>
2021-06-01 14:29:04 +00:00
<version>${alipay.version}</version>
2021-05-28 06:15:43 +00:00
</dependency>
</dependencies>
</project>