初始化3
parent
d334782b45
commit
fe1302eea9
|
@ -7,9 +7,10 @@
|
|||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
<relativePath>pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<artifactId>february-system-common</artifactId>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,9 +7,10 @@
|
|||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
<relativePath>pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<artifactId>february-system-remote</artifactId>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
<relativePath>pom.xml</relativePath>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<artifactId>february-system-server</artifactId>
|
||||
|
||||
|
@ -36,17 +37,20 @@
|
|||
<dependency>
|
||||
<groupId>com.february</groupId>
|
||||
<artifactId>february-common-log</artifactId>
|
||||
<version>3.6.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- RuoYi Common DataScope -->
|
||||
<dependency>
|
||||
<groupId>com.february</groupId>
|
||||
<artifactId>february-common-datascope</artifactId>
|
||||
<version>3.6.3</version>
|
||||
</dependency>
|
||||
<!-- RuoYi Common DataSource -->
|
||||
<dependency>
|
||||
<groupId>com.february</groupId>
|
||||
<artifactId>february-common-datasource</artifactId>
|
||||
<version>3.6.3</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -6,10 +6,18 @@
|
|||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>3.6.3</version>
|
||||
<artifactId>february-modules-system</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>february-system-common</module>
|
||||
<module>february-system-remote</module>
|
||||
<module>february-system-server</module>
|
||||
</modules>
|
||||
|
||||
<description>
|
||||
february-modules-system系统模块
|
||||
|
|
Loading…
Reference in New Issue