mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-11 10:59:43 +08:00
✨ 调整依赖
This commit is contained in:
parent
bd08e8c36a
commit
4f14a5d757
|
|
@ -28,10 +28,6 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson</artifactId>
|
||||
</dependency>
|
||||
<!-- protostuff -->
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -370,12 +370,6 @@
|
|||
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
<!-- redisson -->
|
||||
<dependency>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson</artifactId>
|
||||
<version>3.17.7</version>
|
||||
</dependency>
|
||||
<!-- protostuff -->
|
||||
<dependency>
|
||||
<groupId>io.protostuff</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user