调整依赖

This commit is contained in:
卢春梦 2024-12-16 16:37:54 +08:00
parent bd08e8c36a
commit 4f14a5d757
2 changed files with 0 additions and 10 deletions

View File

@ -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>

View File

@ -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>