Skip to content

Commit 951763a

Browse files
committed
Manual merge of pom.xml part of #1285
1 parent c78eda3 commit 951763a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ tools.jackson.core.*;version=${project.version}
148148
<artifact>ch.randelshofer:fastdoubleparser</artifact>
149149
<excludes>
150150
<exclude>META-INF/versions/**/module-info.*</exclude>
151-
<!-- 10-Dec-2023, pjfanning: due to
152-
https://github.com/wrandelshofer/FastDoubleParser/issues/79
153-
-->
154-
<exclude>META-INF/versions/22/**/*.*</exclude>
155151
</excludes>
156152
</filter>
157153
</filters>
@@ -188,6 +184,10 @@ tools.jackson.core.*;version=${project.version}
188184
<pattern>META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern>
189185
<shadedPattern>META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
190186
</relocation>
187+
<relocation>
188+
<pattern>META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern>
189+
<shadedPattern>META-INF/versions/22/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
190+
</relocation>
191191
</relocations>
192192
</configuration>
193193
</execution>

0 commit comments

Comments
 (0)