Skip to content

Commit aa167f5

Browse files
committed
Fix cmp
1 parent 4f04485 commit aa167f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@
254254
<exclude>com.fasterxml.jackson.module.kotlin.KotlinModule#getSingletonSupport()</exclude>
255255
<exclude>com.fasterxml.jackson.module.kotlin.SingletonSupport</exclude>
256256
<!-- internal -->
257-
257+
<exclude>
258+
com.fasterxml.jackson.module.kotlin.KotlinNamesAnnotationIntrospector#KotlinNamesAnnotationIntrospector(com.fasterxml.jackson.module.kotlin.ReflectionCache,boolean)
259+
</exclude>
258260
</excludes>
259261
</parameter>
260262
</configuration>

0 commit comments

Comments
 (0)