Skip to content

Commit c25b561

Browse files
committed
Add japicmp excludes to make CI pass again
1 parent 48b9c36 commit c25b561

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)