We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b9c36 commit c25b561Copy full SHA for c25b561
pom.xml
@@ -224,6 +224,9 @@
224
<exclude>com.fasterxml.jackson.module.kotlin.ReflectionCache</exclude>
225
<exclude>com.fasterxml.jackson.module.kotlin.TypesKt</exclude>
226
<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>
230
</excludes>
231
</parameter>
232
</configuration>
0 commit comments