mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-30 22:53:27 +01:00
Revert MySQL driver update
This commit is contained in:
parent
fd712f131f
commit
2da027f3b5
@ -114,15 +114,15 @@ public enum Dependency {
|
|||||||
MYSQL_DRIVER(
|
MYSQL_DRIVER(
|
||||||
"mysql",
|
"mysql",
|
||||||
"mysql-connector-java",
|
"mysql-connector-java",
|
||||||
"8.0.12",
|
"5.1.47",
|
||||||
"WwntuHAFEqUm6xCcMI6edS2es9kV9rHTO9vblwfth5k=",
|
"5PhASPOSsrN7r0ao1QjkuN2uKG0gnvmVueEYhSAcGSM=",
|
||||||
Relocation.of("mysql", "com{}mysql")
|
Relocation.of("mysql", "com{}mysql")
|
||||||
),
|
),
|
||||||
POSTGRESQL_DRIVER(
|
POSTGRESQL_DRIVER(
|
||||||
"org{}postgresql",
|
"org{}postgresql",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
"42.2.4",
|
"9.4.1212",
|
||||||
"VaC2Pg/weQ5w+VzAt6JFMIW73IuQGKX6ypDj2ectMbg=",
|
"DLKhWL4xrPIY4KThjI89usaKO8NIBkaHc/xECUsMNl0=",
|
||||||
Relocation.of("postgresql", "org{}postgresql")
|
Relocation.of("postgresql", "org{}postgresql")
|
||||||
),
|
),
|
||||||
H2_DRIVER(
|
H2_DRIVER(
|
||||||
|
Loading…
Reference in New Issue
Block a user