Skip to content

Commit 9cd05ee

Browse files
committed
Add exclude for altered class signature
1 parent eb7a12a commit 9cd05ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@
204204
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
205205
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
206206
<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>
207211
</excludes>
208212
</parameter>
209213
</configuration>

0 commit comments

Comments
 (0)