Skip to content

Commit

Permalink
Manual merge of pom.xml part of #1285
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 1, 2024
1 parent c78eda3 commit 951763a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ tools.jackson.core.*;version=${project.version}
<artifact>ch.randelshofer:fastdoubleparser</artifact>
<excludes>
<exclude>META-INF/versions/**/module-info.*</exclude>
<!-- 10-Dec-2023, pjfanning: due to
https://github.com/wrandelshofer/FastDoubleParser/issues/79
-->
<exclude>META-INF/versions/22/**/*.*</exclude>
</excludes>
</filter>
</filters>
Expand Down Expand Up @@ -188,6 +184,10 @@ tools.jackson.core.*;version=${project.version}
<pattern>META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern>
<shadedPattern>META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
</relocation>
<relocation>
<pattern>META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern>
<shadedPattern>META-INF/versions/22/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 951763a

Please sign in to comment.