Skip to content

Commit

Permalink
fastdoubleparser 1.0.0 (FasterXML#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 11, 2023
1 parent 3288503 commit 7b1c85e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<artifact>ch.randelshofer:fastdoubleparser</artifact>
<excludes>
<exclude>META-INF/versions/**/module-info.*</exclude>
<exclude>META-INF/versions/22/**/*.*</exclude>
</excludes>
</filter>
</filters>
Expand Down Expand Up @@ -215,8 +216,8 @@ com.fasterxml.jackson.core.*;version=${project.version}
<shadedPattern>META-INF/versions/17/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
</relocation>
<relocation>
<pattern>META-INF/versions/19/ch/randelshofer/fastdoubleparser</pattern>
<shadedPattern>META-INF/versions/19/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
<pattern>META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern>
<shadedPattern>META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down Expand Up @@ -304,7 +305,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>fastdoubleparser</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit 7b1c85e

Please sign in to comment.