build: 引用调整

This commit is contained in:
fit2-zhao 2023-10-27 14:01:55 +08:00 committed by Craftsman
parent ae5cdab4b8
commit db4c9d4c76
2 changed files with 11 additions and 10 deletions

View File

@ -75,10 +75,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
@ -147,12 +143,6 @@
<artifactId>http2-server</artifactId>
</dependency>
<!-- end http2 配置-->
<!-- redisson 配置-->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>${redisson-starter.version}</version>
</dependency>
<!-- easyexcel -->
<dependency>
<groupId>com.alibaba</groupId>

View File

@ -111,6 +111,17 @@
<version>${pagehelper.version}</version>
</dependency>
<!-- end mysql 相关 -->
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<!-- redisson 配置-->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>${redisson-starter.version}</version>
</dependency>
</dependencies>
<build>