mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 05:40:25 +00:00
28 lines
978 B
XML
28 lines
978 B
XML
<?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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.dromara.daxpay</groupId>
|
|
<artifactId>daxpay-open</artifactId>
|
|
<version>3.0.0.beta5</version>
|
|
</parent>
|
|
|
|
<artifactId>daxpay-open-core</artifactId>
|
|
|
|
<dependencies>
|
|
<!-- platform核心包 -->
|
|
<dependency>
|
|
<groupId>cn.bootx.platform</groupId>
|
|
<artifactId>bootx-platform-core</artifactId>
|
|
<version>${bootx-platform.version}</version>
|
|
</dependency>
|
|
<!-- javaEE web相关 -->
|
|
<dependency>
|
|
<groupId>jakarta.servlet</groupId>
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|