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