Skip to content

Commit c2b4fb9

Browse files
committed
Update cmp config
1 parent 9139d1d commit c2b4fb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@
254254
<!-- removed -->
255255
<exclude>com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException</exclude>
256256
<!-- internal -->
257+
<exclude>
258+
com.fasterxml.jackson.module.kotlin.KotlinInstantiators#KotlinInstantiators(com.fasterxml.jackson.module.kotlin.ReflectionCache,boolean,boolean,boolean,boolean)
259+
</exclude>
260+
<exclude>
261+
com.fasterxml.jackson.module.kotlin.KotlinValueInstantiator#KotlinValueInstantiator(com.fasterxml.jackson.databind.deser.std.StdValueInstantiator,com.fasterxml.jackson.module.kotlin.ReflectionCache,boolean,boolean,boolean,boolean)
262+
</exclude>
257263
</excludes>
258264
</parameter>
259265
</configuration>

0 commit comments

Comments
 (0)