mirror of https://gitee.com/stylefeng/roses
【7.3.2】【security】更新缓存依赖
parent
ae84064c95
commit
f1073832d4
|
@ -73,7 +73,13 @@
|
|||
<version>${roses.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--Redis缓存,可选依赖-->
|
||||
<!--缓存,可选依赖-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>cache-sdk-memory</artifactId>
|
||||
<version>${roses.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>cache-sdk-redis</artifactId>
|
||||
|
|
Loading…
Reference in New Issue