We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa7032 commit 89e7cf4Copy full SHA for 89e7cf4
parquet-jackson/pom.xml
@@ -117,6 +117,10 @@
117
<pattern>META-INF.versions.21.${jackson.package}</pattern>
118
<shadedPattern>META-INF.versions.21.${shade.prefix}.${jackson.package}</shadedPattern>
119
</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>
124
</relocations>
125
</configuration>
126
</execution>
0 commit comments