File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -192,11 +192,14 @@ com.fasterxml.jackson.core.*;version=${project.version}
192
192
<goal >shade</goal >
193
193
</goals >
194
194
<configuration >
195
- <artifactSet >
196
- <includes >
197
- <include >ch.randelshofer:fastdoubleparser</include >
198
- </includes >
199
- </artifactSet >
195
+ <filters >
196
+ <filter >
197
+ <artifact >ch.randelshofer:fastdoubleparser</artifact >
198
+ <excludes >
199
+ <exclude >META-INF/versions/**/module-info.*</exclude >
200
+ </excludes >
201
+ </filter >
202
+ </filters >
200
203
<relocations >
201
204
<relocation >
202
205
<pattern >ch/randelshofer/fastdoubleparser</pattern >
Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- 2.15 .1 (not yet released )
17
+ 2.15 .2 (not yet released )
18
+
19
+ #1027 : Extra module - info .class in 2.15 .1
20
+ (reported by @tbnguyen1407 )
21
+
22
+ 2.15 .1 (16 - May - 2023 ))
18
23
19
24
#999 : Gradle metadata for `jackson-core` `2.15.0` adds dependency on
20
25
`ch .randelshofer :fastdoubleparser `
You can’t perform that action at this time.
0 commit comments