Browse Source

fix 修复 jedis 版本号被spring 强制限制

疯狂的狮子Li 2 years ago
parent
commit
98c18b12f5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pom.xml

+ 7 - 0
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>