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> <pattern>com.google.gson</pattern>
<shadedPattern>fr.xephi.authme.libs.com.google.gson</shadedPattern> <shadedPattern>fr.xephi.authme.libs.com.google.gson</shadedPattern>
</relocation> </relocation>
<relocation>
<pattern>com.tcoded.folialib</pattern>
<shadedPattern>fr.xephi.authme.libs.com.tcoded.folialib</shadedPattern>
</relocation>
</relocations> </relocations>
</configuration> </configuration>
</execution> </execution>
@ -1031,14 +1027,6 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<!-- FoliaLib -->
<dependency>
<groupId>com.tcoded</groupId>
<artifactId>FoliaLib</artifactId>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <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 = "HaHaWTH";
private static final String owner_gitee = "Shixuehan114514"; // private static final String owner_gitee = "Shixuehan114514";
private static final String repo = "AuthMeReReloaded"; private static final String repo = "AuthMeReReloaded";
private void checkForUpdates() { private void checkForUpdates() {