mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-04 15:41:35 +00:00
checkpoint - 34
This commit is contained in:
@@ -267,6 +267,13 @@ public enum Dependency {
|
||||
"slf4j-api",
|
||||
"maven",
|
||||
"slf4j"
|
||||
),
|
||||
LZ4(
|
||||
"org{}lz4",
|
||||
"lz4-java",
|
||||
"maven",
|
||||
"lz4-java",
|
||||
Relocation.of("jpountz", "net{}jpountz")
|
||||
);
|
||||
|
||||
private final List<Relocation> relocations;
|
||||
|
||||
@@ -23,4 +23,5 @@ gson=${gson_version}
|
||||
caffeine=${caffeine_version}
|
||||
jedis=${jedis_version}
|
||||
exp4j=${exp4j_version}
|
||||
slf4j=${slf4j_version}
|
||||
slf4j=${slf4j_version}
|
||||
lz4-java=${lz4_version}
|
||||
Reference in New Issue
Block a user