mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-03-22 02:37:18 +08:00
fix 修复 seata jedis 版本过低导致冲突问题
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<spring-boot.version>2.7.18</spring-boot.version>
|
||||
<native-build-tools-plugin.version>0.9.20</native-build-tools-plugin.version>
|
||||
<logstash-logback-encoder.version>7.2</logstash-logback-encoder.version>
|
||||
<jedis.version>3.8.0</jedis.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -177,6 +178,7 @@
|
||||
<dependency>
|
||||
<groupId>redis.clients</groupId>
|
||||
<artifactId>jedis</artifactId>
|
||||
<version>${jedis.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user