We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05b27a commit 88d116dCopy full SHA for 88d116d
pom.xml
@@ -35,6 +35,16 @@
35
</goals>
36
<configuration>
37
<minimizeJar>true</minimizeJar>
38
+ <relocations>
39
+ <relocation>
40
+ <pattern>org.apache.commons.compress</pattern>
41
+ <shadedPattern>io.humangraphics.backend.lambda.thirdparty.org.apache.commons.compress</shadedPattern>
42
+ </relocation>
43
44
+ <pattern>com.sigpwned.aws.sdk.lite</pattern>
45
+ <shadedPattern>io.humangraphics.backend.lambda.thirdparty.com.sigpwned.aws.sdk.lite</shadedPattern>
46
47
+ </relocations>
48
<filters>
49
<filter>
50
<artifact>*:*</artifact>
0 commit comments