mirror of https://gitee.com/stylefeng/guns
【7.6.0】更新pom config模块依赖
parent
9705a030d2
commit
f6c9efef75
13
pom.xml
13
pom.xml
|
@ -45,10 +45,10 @@
|
|||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--系统配置-->
|
||||
<!--系统配置,采用内存缓存实现-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>config-spring-boot-starter</artifactId>
|
||||
<artifactId>config-spring-boot-starter-memory</artifactId>
|
||||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
@ -108,7 +108,7 @@
|
|||
<!--系统管理基础业务-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>system-integration-rest</artifactId>
|
||||
<artifactId>system-spring-boot-starter</artifactId>
|
||||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
@ -154,13 +154,6 @@
|
|||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--数据备份和迁移模块-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>migration-spring-boot-starter</artifactId>
|
||||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--Socket模块-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
|
|
Loading…
Reference in New Issue