Skip to content

Commit 88d116d

Browse files
committed
shade dependencies to avoid conflict
1 parent f05b27a commit 88d116d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
</goals>
3636
<configuration>
3737
<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+
<relocation>
44+
<pattern>com.sigpwned.aws.sdk.lite</pattern>
45+
<shadedPattern>io.humangraphics.backend.lambda.thirdparty.com.sigpwned.aws.sdk.lite</shadedPattern>
46+
</relocation>
47+
</relocations>
3848
<filters>
3949
<filter>
4050
<artifact>*:*</artifact>

0 commit comments

Comments
 (0)