Skip to content

Commit 1672890

Browse files
committed
Update shade plugin for 2.15 to unblock build
1 parent c14dd95 commit 1672890

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<!-- Aggressively minimize jar size; drop 'lines' and 'vars' -->
4747
<javac.debuglevel>source</javac.debuglevel>
4848

49+
<!-- 15-Feb-2024, tatu: Need to locally update to get jackson-core shading to work -->
50+
<version.plugin.shade>3.5.1</version.plugin.shade>
51+
4952
<!-- for Reproducible Builds -->
5053
<project.build.outputTimestamp>2023-10-12T22:52:57Z</project.build.outputTimestamp>
5154
</properties>

0 commit comments

Comments
 (0)