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