Skip to content

Commit eb63520

Browse files
committed
- remove submodule
- update dependency
1 parent f037440 commit eb63520

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -75,6 +75,12 @@
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 -->
@@ -93,12 +99,6 @@
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>

redis-authx

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)