File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 <packaging >jar</packaging >
1010 <groupId >redis.clients</groupId >
1111 <artifactId >jedis</artifactId >
12- <version >5.3.0 -SNAPSHOT</version >
12+ <version >5.3.1 -SNAPSHOT</version >
1313 <name >Jedis</name >
1414 <description >Jedis is a blazingly small and sane Redis java client.</description >
1515 <url >https://github.com/redis/jedis</url >
7575 <version >2.11.0</version >
7676 </dependency >
7777
78+ <dependency >
79+ <groupId >redis.clients.authentication</groupId >
80+ <artifactId >redis-authx-core</artifactId >
81+ <version >0.1.0-SNAPSHOT</version >
82+ </dependency >
83+
7884 <!-- Optional dependencies -->
7985
8086 <!-- UNIX socket connection support -->
9399 <scope >test</scope >
94100 </dependency >
95101
96- <dependency >
97- <groupId >redis.clients.authentication</groupId >
98- <artifactId >redis-authx-core</artifactId >
99- <version >0.1.0</version >
100- </dependency >
101-
102102 <!-- test -->
103103 <dependency >
104104 <groupId >junit</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments