File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
170
170
<artifact >ch.randelshofer:fastdoubleparser</artifact >
171
171
<excludes >
172
172
<exclude >META-INF/versions/**/module-info.*</exclude >
173
- <exclude >META-INF/versions/22/**/*.*</exclude >
174
173
</excludes >
175
174
</filter >
176
175
</filters >
@@ -207,6 +206,10 @@ com.fasterxml.jackson.core.*;version=${project.version}
207
206
<pattern >META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern >
208
207
<shadedPattern >META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
209
208
</relocation >
209
+ <relocation >
210
+ <pattern >META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern >
211
+ <shadedPattern >META-INF/versions/22/com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
212
+ </relocation >
210
213
</relocations >
211
214
</configuration >
212
215
</execution >
You can’t perform that action at this time.
0 commit comments