master
liujiaxin 2023-11-22 09:38:57 +08:00
parent 42e3a8ea76
commit 21f65263d3
2 changed files with 6 additions and 8 deletions

View File

@ -11,11 +11,9 @@
<groupId>com.february</groupId>
<artifactId>february-merchant-mybatis-plus</artifactId>
<version>3.6.3</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>20</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@ -128,11 +126,13 @@
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-core</artifactId>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>

View File

@ -8,13 +8,11 @@
<artifactId>february-merchant-settlement</artifactId>
<version>3.6.3</version>
</parent>
<artifactId>february-merchant-springboot</artifactId>
<version>3.6.3</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>20</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>