roses/kernel-d-pay/pay-spring-boot-starter/pom.xml

26 lines
792 B
XML
Raw Normal View History

2021-05-29 14:58:30 +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">
2022-03-07 08:25:46 +00:00
<modelVersion>4.0.0</modelVersion>
2021-05-29 14:58:30 +00:00
<parent>
<groupId>cn.stylefeng.roses</groupId>
2022-03-07 08:25:46 +00:00
<artifactId>kernel-d-pay</artifactId>
<version>7.2.2</version>
2021-05-29 14:58:30 +00:00
</parent>
<artifactId>pay-spring-boot-starter</artifactId>
<dependencies>
2021-06-01 14:29:04 +00:00
2021-05-29 14:58:30 +00:00
<!--alipay api模块的sdk-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>pay-sdk-alipay</artifactId>
2021-06-01 14:29:04 +00:00
<version>${roses.version}</version>
2021-05-29 14:58:30 +00:00
</dependency>
2021-06-01 14:29:04 +00:00
2021-05-29 14:58:30 +00:00
</dependencies>
</project>