Skip to content

Commit

Permalink
Fix duplicated class and resources in presto mvn build
Browse files Browse the repository at this point in the history
  • Loading branch information
beinan committed Nov 28, 2023
1 parent f7eed03 commit a5a08dc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dora/shaded/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
<artifact>*:*</artifact>
<excludes>
<exclude>mozilla/public-suffix-list.txt</exclude>
<exclude>jetty-dir.css</exclude>
</excludes>
</filter>
</filters>
Expand Down Expand Up @@ -255,16 +256,12 @@
<shadedPattern>${shading.prefix}.javassist</shadedPattern>
</relocation>
<relocation>
<pattern>javax/annotation/</pattern>
<shadedPattern>${shading.prefix}.javax.annotation.</shadedPattern>
<pattern>javax/</pattern>
<shadedPattern>${shading.prefix}.javax.</shadedPattern>
<excludes>
<exclude>**/pom.xml</exclude>
</excludes>
</relocation>
<relocation>
<pattern>javax/inject/</pattern>
<shadedPattern>${shading.prefix}.javax.inject.</shadedPattern>
</relocation>
<relocation>
<pattern>org/</pattern>
<shadedPattern>${shading.prefix}.org.</shadedPattern>
Expand Down

0 comments on commit a5a08dc

Please sign in to comment.