File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,12 @@ com.fasterxml.jackson.core.*;version=${project.version}
192
192
<filter >
193
193
<artifact >ch.randelshofer:fastdoubleparser</artifact >
194
194
<excludes >
195
+ <exclude >META-INF/LICENSE</exclude >
196
+ <exclude >META-INF/MANIFEST.MF</exclude >
195
197
<exclude >META-INF/versions/**/module-info.*</exclude >
198
+ <!-- 09-Jun-2025, PJ: [core#1446] Exclude Multi-Release classes
199
+ for Java 22 due to issues in Android Linting tool -->
200
+ <exclude >META-INF/versions/22/**</exclude >
196
201
</excludes >
197
202
</filter >
198
203
</filters >
@@ -234,10 +239,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
234
239
<pattern >META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern >
235
240
<shadedPattern >META-INF/versions/21/com/fasterxml/jackson/core/internal/shaded/fdp/v${project.version.underscore} </shadedPattern >
236
241
</relocation >
237
- <relocation >
238
- <pattern >META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern >
239
- <shadedPattern >META-INF/versions/22/com/fasterxml/jackson/core/internal/shaded/fdp/v${project.version.underscore} </shadedPattern >
240
- </relocation >
241
242
</relocations >
242
243
</configuration >
243
244
</execution >
You can’t perform that action at this time.
0 commit comments