Skip to content

Commit 51e440a

Browse files
committed
Manual merge of #1027 fix to master
1 parent 24e75a7 commit 51e440a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pom.xml

+8-5
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,14 @@ tools.jackson.core.*;version=${project.version}
170170
<goal>shade</goal>
171171
</goals>
172172
<configuration>
173-
<artifactSet>
174-
<includes>
175-
<include>ch.randelshofer:fastdoubleparser</include>
176-
</includes>
177-
</artifactSet>
173+
<filters>
174+
<filter>
175+
<artifact>ch.randelshofer:fastdoubleparser</artifact>
176+
<excludes>
177+
<exclude>META-INF/versions/**/module-info.*</exclude>
178+
</excludes>
179+
</filter>
180+
</filters>
178181
<relocations>
179182
<relocation>
180183
<pattern>ch/randelshofer/fastdoubleparser</pattern>

0 commit comments

Comments
 (0)