9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00

update rtag to 1.5.7

This commit is contained in:
XiaoMoMi
2024-09-30 21:31:37 +08:00
parent cfa519c53a
commit 46a9dd1b24
3 changed files with 1 additions and 10 deletions

View File

@@ -136,13 +136,6 @@ public enum Dependency {
"boosted-yaml",
Relocation.of("boostedyaml", "dev{}dejvokep{}boostedyaml")
),
BYTEBUDDY(
"net{}bytebuddy",
"byte-buddy",
"maven",
"byte-buddy",
Relocation.of("bytebuddy", "net{}bytebuddy")
),
MARIADB_DRIVER(
"org{}mariadb{}jdbc",
"mariadb-java-client",

View File

@@ -13,7 +13,6 @@ cloud-bukkit=${cloud_bukkit_version}
cloud-paper=${cloud_paper_version}
cloud-minecraft-extras=${cloud_minecraft_extras_version}
boosted-yaml=${boosted_yaml_version}
byte-buddy=${byte_buddy_version}
mongodb-driver-core=${mongodb_driver_version}
mariadb-java-client=${mariadb_driver_version}
mysql-connector-j=${mysql_driver_version}