We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14dd95 commit 1672890Copy full SHA for 1672890
pom.xml
@@ -46,6 +46,9 @@
46
<!-- Aggressively minimize jar size; drop 'lines' and 'vars' -->
47
<javac.debuglevel>source</javac.debuglevel>
48
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
+
52
<!-- for Reproducible Builds -->
53
<project.build.outputTimestamp>2023-10-12T22:52:57Z</project.build.outputTimestamp>
54
</properties>
0 commit comments