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.
2 parents e834bb2 + 9cd05ee commit 6023113Copy full SHA for 6023113
pom.xml
@@ -204,6 +204,10 @@
204
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
205
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
206
<excludes>
207
+ <!--
208
+ TODO Remove after release of 2.14 and update the oldVersion above to 2.14.
209
+ -->
210
+ <exclude>com.fasterxml.jackson.module.kotlin.ValueClassBoxSerializer</exclude>
211
</excludes>
212
</parameter>
213
</configuration>
0 commit comments