Skip to content

Commit 82ad938

Browse files
authored
Merge pull request #661 from k163377/fix-binary-compability-error
Add japicmp excludes to make CI pass again
2 parents 48b9c36 + c25b561 commit 82ad938

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
@@ -224,6 +224,9 @@
224224
<exclude>com.fasterxml.jackson.module.kotlin.ReflectionCache</exclude>
225225
<exclude>com.fasterxml.jackson.module.kotlin.TypesKt</exclude>
226226
<exclude>com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException</exclude>
227+
<exclude>com.fasterxml.jackson.module.kotlin.KotlinAnnotationIntrospector</exclude>
228+
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassBoxSerializer</exclude>
229+
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassStaticJsonValueSerializer</exclude>
227230
</excludes>
228231
</parameter>
229232
</configuration>

0 commit comments

Comments
 (0)