File tree 4 files changed +4
-4
lines changed
weixin-java-common/src/main/java/me/chanjar/weixin/common
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 244
244
<dependency >
245
245
<groupId >redis.clients</groupId >
246
246
<artifactId >jedis</artifactId >
247
- <version >2.9 .0</version >
247
+ <version >3.3 .0</version >
248
248
<scope >provided</scope >
249
249
</dependency >
250
250
<dependency >
Original file line number Diff line number Diff line change 3
3
import lombok .RequiredArgsConstructor ;
4
4
import me .chanjar .weixin .common .util .locks .JedisDistributedLock ;
5
5
import redis .clients .jedis .Jedis ;
6
- import redis .clients .util .Pool ;
6
+ import redis .clients .jedis . util .Pool ;
7
7
8
8
import java .util .concurrent .TimeUnit ;
9
9
import java .util .concurrent .locks .Lock ;
Original file line number Diff line number Diff line change 6
6
7
7
import com .github .jedis .lock .JedisLock ;
8
8
import redis .clients .jedis .Jedis ;
9
- import redis .clients .util .Pool ;
9
+ import redis .clients .jedis . util .Pool ;
10
10
11
11
/**
12
12
* JedisPool 分布式锁
Original file line number Diff line number Diff line change 4
4
import me .chanjar .weixin .common .redis .JedisWxRedisOps ;
5
5
import me .chanjar .weixin .common .redis .WxRedisOps ;
6
6
import redis .clients .jedis .Jedis ;
7
- import redis .clients .util .Pool ;
7
+ import redis .clients .jedis . util .Pool ;
8
8
9
9
import java .util .concurrent .TimeUnit ;
10
10
import java .util .concurrent .locks .Lock ;
You can’t perform that action at this time.
0 commit comments