Skip to content

Commit

Permalink
SNOW-1246554: Move public suffix list to internal package when shading (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz authored Apr 3, 2024
1 parent 1c4c7e8 commit 55d4e6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,10 @@
<pattern>net.snowflake.common</pattern>
<shadedPattern>${shadeBase}.snowflake.common</shadedPattern>
</relocation>
<relocation>
<pattern>mozilla</pattern>
<shadedPattern>${shadeBase}.mozilla</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.arrow</pattern>
<shadedPattern>${shadeBase}.apache.arrow</shadedPattern>
Expand Down Expand Up @@ -799,6 +803,10 @@
<phase>package</phase>
<configuration>
<relocations>
<relocation>
<pattern>mozilla</pattern>
<shadedPattern>${shadeBase}.mozilla</shadedPattern>
</relocation>
<relocation>
<pattern>net.snowflake.common</pattern>
<shadedPattern>${shadeBase}.snowflake.common</shadedPattern>
Expand Down

0 comments on commit 55d4e6c

Please sign in to comment.