Skip to content

Commit 3686369

Browse files
committed
Shade another transitive dependency introduced by s2: fastutil
1 parent d5e7862 commit 3686369

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

flink-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
<pattern>com.google.common</pattern>
105105
<shadedPattern>org.apache.sedona.shaded.guava</shadedPattern>
106106
</relocation>
107+
<relocation>
108+
<pattern>it.unimi.dsi.fastutil</pattern>
109+
<shadedPattern>org.apache.sedona.shaded.fastutil</shadedPattern>
110+
</relocation>
107111
</relocations>
108112
<filters>
109113
<!-- filter to address "Invalid signature file" issue - see http://stackoverflow.com/a/6743609/589215 -->

snowflake/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@
147147
<pattern>com.google.common</pattern>
148148
<shadedPattern>org.apache.sedona.shaded.guava</shadedPattern>
149149
</relocation>
150+
<relocation>
151+
<pattern>it.unimi.dsi.fastutil</pattern>
152+
<shadedPattern>org.apache.sedona.shaded.fastutil</shadedPattern>
153+
</relocation>
150154
</relocations>
151155
<filters>
152156
<!-- filter to address "Invalid signature file" issue - see http://stackoverflow.com/a/6743609/589215 -->

spark-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@
257257
<pattern>com.google.common</pattern>
258258
<shadedPattern>org.apache.sedona.shaded.guava</shadedPattern>
259259
</relocation>
260+
<relocation>
261+
<pattern>it.unimi.dsi.fastutil</pattern>
262+
<shadedPattern>org.apache.sedona.shaded.fastutil</shadedPattern>
263+
</relocation>
260264
</relocations>
261265
<filters>
262266
<!-- filter to address "Invalid signature file" issue - see http://stackoverflow.com/a/6743609/589215 -->

0 commit comments

Comments
 (0)