修改pom1

master
ZhangXushuo 2023-11-01 21:51:08 +08:00
parent d3d97bd3b2
commit 662fc61186
1 changed files with 15 additions and 2 deletions

View File

@ -7,9 +7,8 @@
<groupId>com.february</groupId>
<artifactId>february-modules-system</artifactId>
<version>3.6.3</version>
<relativePath>pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<packaging>jar</packaging>
<version>3.6.3</version>
<artifactId>february-system-server</artifactId>
@ -52,6 +51,20 @@
<artifactId>february-common-datasource</artifactId>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-datasource</artifactId>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>com.february</groupId>
<artifactId>february-file-remote</artifactId>
<version>3.6.3</version>
</dependency>
</dependencies>
<build>