Skip to content

Commit

Permalink
Hotfix Redis dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jan 17, 2022
1 parent 9f714ab commit d3b0f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.William278</groupId>
<artifactId>HuskHomes</artifactId>
<version>2.11</version>
<version>2.11.1</version>
<packaging>jar</packaging>

<name>HuskHomes</name>
Expand Down Expand Up @@ -58,10 +58,6 @@
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>me.william278.huskhomes2.libraries.hikari</shadedPattern>
</relocation>
<relocation>
<pattern>redis.clients</pattern>
<shadedPattern>me.william278.huskhomes2.libraries.jedis</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
Expand Down Expand Up @@ -192,7 +188,7 @@
<artifactId>jedis</artifactId>
<version>4.0.1</version>
<type>jar</type>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors: [William278]
softdepend: [dynmap, Vault, BlueMap, Squaremap]
description: A powerful, intuitive and flexible teleportation suite
website: 'https://william278.net'
libraries:
- redis.clients:jedis:4.0.1

commands:
home:
Expand Down

0 comments on commit d3b0f38

Please sign in to comment.