mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-08-29 09:04:14 +00:00
ref 拆分支付模块为单独的项目适配
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -6,16 +6,16 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.7.10</version>
|
||||
<version>2.7.11</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
<artifactId>bootx-platform</artifactId>
|
||||
<artifactId>bootx-dax-pay</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.2.3</version>
|
||||
<version>1.3.0</version>
|
||||
|
||||
<modules>
|
||||
<module>dax-pay</module>
|
||||
@@ -27,7 +27,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
|
||||
<!-- 二方库版本 -->
|
||||
<bootx-platform.version>1.2.3</bootx-platform.version>
|
||||
<bootx-platform.version>1.3.0</bootx-platform.version>
|
||||
<!-- 三方库 -->
|
||||
<hutool.version>5.8.15</hutool.version>
|
||||
<oshi.version>6.4.0</oshi.version>
|
||||
|
Reference in New Issue
Block a user