File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,6 @@ tools.jackson.core.*;version=${project.version}
148
148
<artifact >ch.randelshofer:fastdoubleparser</artifact >
149
149
<excludes >
150
150
<exclude >META-INF/versions/**/module-info.*</exclude >
151
- <!-- 10-Dec-2023, pjfanning: due to
152
- https://github.com/wrandelshofer/FastDoubleParser/issues/79
153
- -->
154
- <exclude >META-INF/versions/22/**/*.*</exclude >
155
151
</excludes >
156
152
</filter >
157
153
</filters >
@@ -188,6 +184,10 @@ tools.jackson.core.*;version=${project.version}
188
184
<pattern >META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern >
189
185
<shadedPattern >META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
190
186
</relocation >
187
+ <relocation >
188
+ <pattern >META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern >
189
+ <shadedPattern >META-INF/versions/22/com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
190
+ </relocation >
191
191
</relocations >
192
192
</configuration >
193
193
</execution >
You can’t perform that action at this time.
0 commit comments