fix 修复 jedis 版本号被spring 强制限制
parent
581a140073
commit
98c18b12f5
7
pom.xml
7
pom.xml
|
|
@ -374,6 +374,13 @@
|
|||
<version>${fastjson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- dubbo 专用 -->
|
||||
<dependency>
|
||||
<groupId>redis.clients</groupId>
|
||||
<artifactId>jedis</artifactId>
|
||||
<version>5.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>transmittable-thread-local</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue