🎨 主pom恢复jedis版本,仅qidian模块使用最新版

This commit is contained in:
Binary Wang 2023-12-09 11:49:41 +08:00
parent edf20c4203
commit 20549a93e4
2 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.2</version>
<version>3.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -20,6 +20,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>