mirror of https://gitee.com/stylefeng/roses
【7.6.0】整理依赖
parent
79aedd9ac3
commit
99947e9a66
|
@ -18,7 +18,6 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>sys-api</module>
|
<module>sys-api</module>
|
||||||
<module>sys-business</module>
|
<module>sys-business</module>
|
||||||
<module>sys-sdk</module>
|
|
||||||
<module>sys-spring-boot-starter</module>
|
<module>sys-spring-boot-starter</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|
|
@ -16,27 +16,12 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--基础核心业务api-->
|
<!--基础核心业务api-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>sys-api</artifactId>
|
<artifactId>sys-api</artifactId>
|
||||||
<version>${roses.version}</version>
|
<version>${roses.version}</version>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--基础核心业务SDK模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>sys-sdk</artifactId>
|
|
||||||
<version>${roses.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--system业务api-->
|
|
||||||
<!--调用用户相关业务-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>system-api</artifactId>
|
|
||||||
<version>${roses.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--资源api模块-->
|
<!--资源api模块-->
|
||||||
|
|
Loading…
Reference in New Issue