Skip to content

Commit b1b4bb0

Browse files
committed
Remove folialib dependency
1 parent fa7ce8b commit b1b4bb0

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,6 @@
346346
<pattern>com.google.gson</pattern>
347347
<shadedPattern>fr.xephi.authme.libs.com.google.gson</shadedPattern>
348348
</relocation>
349-
<relocation>
350-
<pattern>com.tcoded.folialib</pattern>
351-
<shadedPattern>fr.xephi.authme.libs.com.tcoded.folialib</shadedPattern>
352-
</relocation>
353349
</relocations>
354350
</configuration>
355351
</execution>
@@ -1031,14 +1027,6 @@
10311027
<optional>true</optional>
10321028
</dependency>
10331029

1034-
<!-- FoliaLib -->
1035-
<dependency>
1036-
<groupId>com.tcoded</groupId>
1037-
<artifactId>FoliaLib</artifactId>
1038-
<version>0.3.1</version>
1039-
<scope>compile</scope>
1040-
</dependency>
1041-
10421030
<dependency>
10431031
<groupId>org.postgresql</groupId>
10441032
<artifactId>postgresql</artifactId>

src/main/java/fr/xephi/authme/AuthMe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public void onDisable() {
395395
}
396396

397397
private static final String owner = "HaHaWTH";
398-
private static final String owner_gitee = "Shixuehan114514";
398+
// private static final String owner_gitee = "Shixuehan114514";
399399
private static final String repo = "AuthMeReReloaded";
400400

401401
private void checkForUpdates() {

0 commit comments

Comments
 (0)