Skip to content

Commit

Permalink
fixes lettuce issue with reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Emibergo02 committed Nov 23, 2022
1 parent cf61b11 commit da12a86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<pattern>net.kyori.adventure</pattern>
<shadedPattern>net.kyori.adventure.shaded</shadedPattern>
</relocation>
<relocation>
<pattern>io.lettuce</pattern>
<shadedPattern>dev.unnm3d.rediseconomy.libraries</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand All @@ -65,8 +69,12 @@
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jitpack.io</id>
Expand Down Expand Up @@ -126,8 +134,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.2.1.RELEASE</version>
<scope>provided</scope>
<version>6.2.2.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ author: Unnm3d
depend:
- Vault
libraries:
- io.lettuce:lettuce-core:6.2.1.RELEASE
- com.fasterxml.jackson.core:jackson-databind:2.14.0
softdepend:
- PlaceholderAPI
Expand Down

0 comments on commit da12a86

Please sign in to comment.