9
0
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:
jhqwqmc
2025-05-27 12:12:01 +08:00
parent d58e68abb2
commit 55db41382d

View File

@@ -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(