File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,18 @@ com.fasterxml.jackson.core.*;version=${project.version}
202
202
<pattern >ch/randelshofer/fastdoubleparser</pattern >
203
203
<shadedPattern >com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
204
204
</relocation >
205
+ <relocation >
206
+ <pattern >META-INF/LICENSE</pattern >
207
+ <shadedPattern >META-INF/FastDoubleParser-LICENSE</shadedPattern >
208
+ </relocation >
209
+ <relocation >
210
+ <pattern >META-INF/NOTICE</pattern >
211
+ <shadedPattern >META-INF/FastDoubleParser-NOTICE</shadedPattern >
212
+ </relocation >
213
+ <relocation >
214
+ <pattern >META-INF/jackson-core-NOTICE</pattern >
215
+ <shadedPattern >META-INF/NOTICE</shadedPattern >
216
+ </relocation >
205
217
<relocation >
206
218
<pattern >META-INF/versions/11/ch/randelshofer/fastdoubleparser</pattern >
207
219
<shadedPattern >META-INF/versions/11/com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
@@ -285,7 +297,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
285
297
<dependency >
286
298
<groupId >ch.randelshofer</groupId >
287
299
<artifactId >fastdoubleparser</artifactId >
288
- <version >0.8 .0</version >
300
+ <version >0.9 .0</version >
289
301
</dependency >
290
302
<!-- Test dependencies -->
291
303
<dependency >
You can’t perform that action at this time.
0 commit comments