修改pom1
parent
d3d97bd3b2
commit
662fc61186
|
@ -7,9 +7,8 @@
|
||||||
<groupId>com.february</groupId>
|
<groupId>com.february</groupId>
|
||||||
<artifactId>february-modules-system</artifactId>
|
<artifactId>february-modules-system</artifactId>
|
||||||
<version>3.6.3</version>
|
<version>3.6.3</version>
|
||||||
<relativePath>pom.xml</relativePath>
|
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.6.3</version>
|
<version>3.6.3</version>
|
||||||
<artifactId>february-system-server</artifactId>
|
<artifactId>february-system-server</artifactId>
|
||||||
|
|
||||||
|
@ -52,6 +51,20 @@
|
||||||
<artifactId>february-common-datasource</artifactId>
|
<artifactId>february-common-datasource</artifactId>
|
||||||
<version>3.6.3</version>
|
<version>3.6.3</version>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue