Skip to content

Commit

Permalink
- remove submodule
Browse files Browse the repository at this point in the history
- update dependency
  • Loading branch information
atakavci committed Nov 18, 2024
1 parent f037440 commit eb63520
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.1-SNAPSHOT</version>
<name>Jedis</name>
<description>Jedis is a blazingly small and sane Redis java client.</description>
<url>https://github.com/redis/jedis</url>
Expand Down Expand Up @@ -75,6 +75,12 @@
<version>2.11.0</version>
</dependency>

<dependency>
<groupId>redis.clients.authentication</groupId>
<artifactId>redis-authx-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>

<!-- Optional dependencies -->

<!-- UNIX socket connection support -->
Expand All @@ -93,12 +99,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>redis.clients.authentication</groupId>
<artifactId>redis-authx-core</artifactId>
<version>0.1.0</version>
</dependency>

<!-- test -->
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion redis-authx
Submodule redis-authx deleted from 7285ce

0 comments on commit eb63520

Please sign in to comment.