Skip to content

Commit

Permalink
MINOR: Add shading for JDK22 specific classes (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Nov 28, 2024
1 parent 78a3b76 commit 2e07bed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parquet-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
<pattern>META-INF.versions.21.${jackson.package}</pattern>
<shadedPattern>META-INF.versions.21.${shade.prefix}.${jackson.package}</shadedPattern>
</relocation>
<relocation>
<pattern>META-INF.versions.22.${jackson.package}</pattern>
<shadedPattern>META-INF.versions.22.${shade.prefix}.${jackson.package}</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 2e07bed

Please sign in to comment.