Skip to content

Commit 527fd82

Browse files
authored
use fastdoubleparser 0.9.0 and include its META-INF license and notice files (#1006)
workaround issue with maven-shade-plugin getting confused by having 2 NOTICE files (ours and FastDoubleParser's) Delete dependency-reduced-pom.xml
1 parent 7c11ed0 commit 527fd82

File tree

6 files changed

+15
-450
lines changed

6 files changed

+15
-450
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@ com.fasterxml.jackson.core.*;version=${project.version}
202202
<pattern>ch/randelshofer/fastdoubleparser</pattern>
203203
<shadedPattern>com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
204204
</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>
205217
<relocation>
206218
<pattern>META-INF/versions/11/ch/randelshofer/fastdoubleparser</pattern>
207219
<shadedPattern>META-INF/versions/11/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
@@ -285,7 +297,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
285297
<dependency>
286298
<groupId>ch.randelshofer</groupId>
287299
<artifactId>fastdoubleparser</artifactId>
288-
<version>0.8.0</version>
300+
<version>0.9.0</version>
289301
</dependency>
290302
<!-- Test dependencies -->
291303
<dependency>

src/main/resources/META-INF/FastDoubleParser-LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/main/resources/META-INF/bigint-BSD-LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/main/resources/META-INF/fast_double_parser-LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)