File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ tools.jackson.core.*;version=${project.version}
221221 </relocation >
222222 <relocation >
223223 <pattern >ch/randelshofer/fastdoubleparser/bte</pattern >
224- <shadedPattern >com/fasterxml /jackson/core/internal/shaded/fdp/bte</shadedPattern >
224+ <shadedPattern >tools /jackson/core/internal/shaded/fdp/bte</shadedPattern >
225225 </relocation >
226226 <relocation >
227227 <pattern >ch/randelshofer/fastdoubleparser/chr</pattern >
228- <shadedPattern >com/fasterxml /jackson/core/internal/shaded/fdp/chr</shadedPattern >
228+ <shadedPattern >tools /jackson/core/internal/shaded/fdp/chr</shadedPattern >
229229 </relocation >
230230 <relocation >
231231 <pattern >META-INF/LICENSE</pattern >
@@ -255,6 +255,10 @@ tools.jackson.core.*;version=${project.version}
255255 <pattern >META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern >
256256 <shadedPattern >META-INF/versions/22/tools/jackson/core/internal/shaded/fdp</shadedPattern >
257257 </relocation >
258+ <relocation >
259+ <pattern >META-INF/versions/23/ch/randelshofer/fastdoubleparser</pattern >
260+ <shadedPattern >META-INF/versions/23/tools/jackson/core/internal/shaded/fdp</shadedPattern >
261+ </relocation >
258262 </relocations >
259263 </configuration >
260264 </execution >
You can’t perform that action at this time.
0 commit comments