mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-23 17:09:19 +00:00
fix(network): 修复重定位
This commit is contained in:
@@ -385,7 +385,10 @@ public class Dependencies {
|
|||||||
"commons-imaging",
|
"commons-imaging",
|
||||||
"org{}apache{}commons",
|
"org{}apache{}commons",
|
||||||
"commons-imaging",
|
"commons-imaging",
|
||||||
List.of(Relocation.of("imaging", "org{}apache{}commons{}imaging"))
|
List.of(
|
||||||
|
Relocation.of("imaging", "org{}apache{}commons{}imaging"),
|
||||||
|
Relocation.of("commons.io", "org{}apache{}commons{}io")
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
public static final Dependency AMAZON_AWSSDK_S3 = new Dependency(
|
public static final Dependency AMAZON_AWSSDK_S3 = new Dependency(
|
||||||
|
|||||||
Reference in New Issue
Block a user