Remove folialib dependency

This commit is contained in:
HaHaWTH 2023-11-19 20:26:49 +08:00
parent fa7ce8bfb4
commit b1b4bb0a79
2 changed files with 1 additions and 13 deletions

12
pom.xml
View File

@ -346,10 +346,6 @@
<pattern>com.google.gson</pattern>
<shadedPattern>fr.xephi.authme.libs.com.google.gson</shadedPattern>
</relocation>
<relocation>
<pattern>com.tcoded.folialib</pattern>
<shadedPattern>fr.xephi.authme.libs.com.tcoded.folialib</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@ -1031,14 +1027,6 @@
<optional>true</optional>
</dependency>
<!-- FoliaLib -->
<dependency>
<groupId>com.tcoded</groupId>
<artifactId>FoliaLib</artifactId>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>

View File

@ -395,7 +395,7 @@ public class AuthMe extends JavaPlugin {
}
private static final String owner = "HaHaWTH";
private static final String owner_gitee = "Shixuehan114514";
// private static final String owner_gitee = "Shixuehan114514";
private static final String repo = "AuthMeReReloaded";
private void checkForUpdates() {