Skip to content

Commit 89e7cf4

Browse files
authored
MINOR: Add shading for JDK22 specific classes
1 parent 8fa7032 commit 89e7cf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

parquet-jackson/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
<pattern>META-INF.versions.21.${jackson.package}</pattern>
118118
<shadedPattern>META-INF.versions.21.${shade.prefix}.${jackson.package}</shadedPattern>
119119
</relocation>
120+
<relocation>
121+
<pattern>META-INF.versions.22.${jackson.package}</pattern>
122+
<shadedPattern>META-INF.versions.22.${shade.prefix}.${jackson.package}</shadedPattern>
123+
</relocation>
120124
</relocations>
121125
</configuration>
122126
</execution>

0 commit comments

Comments
 (0)