mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-23 08:59:27 +00:00
fix(network): 修复重定位
This commit is contained in:
@@ -385,7 +385,10 @@ public class Dependencies {
|
||||
"commons-imaging",
|
||||
"org{}apache{}commons",
|
||||
"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(
|
||||
|
||||
Reference in New Issue
Block a user