Skip to content

Commit b40ec70

Browse files
committed
Update cmp settings
1 parent dd51816 commit b40ec70

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
-->
233233
<!-- 30-Sep-2023, wrongwrong: For 2.16, compare to 2.15.2 baseline
234234
-->
235-
<version>2.18.0</version>
235+
<version>2.19.0</version>
236236
<type>jar</type>
237237
</dependency>
238238
</oldVersion>
@@ -245,19 +245,6 @@
245245
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
246246
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
247247
<excludes>
248-
<!-- public -->
249-
<!-- removed -->
250-
<exclude>
251-
com.fasterxml.jackson.module.kotlin.KotlinModule#getUseKotlinPropertyNameForGetter()
252-
</exclude>
253-
<exclude>com.fasterxml.jackson.module.kotlin.KotlinModule#getSingletonSupport()</exclude>
254-
<exclude>com.fasterxml.jackson.module.kotlin.SingletonSupport</exclude>
255-
<!-- internal -->
256-
<exclude>
257-
com.fasterxml.jackson.module.kotlin.KotlinNamesAnnotationIntrospector#KotlinNamesAnnotationIntrospector(com.fasterxml.jackson.module.kotlin.ReflectionCache,boolean)
258-
</exclude>
259-
<exclude>com.fasterxml.jackson.module.kotlin.KotlinKeyDeserializers#INSTANCE</exclude>
260-
<exclude>com.fasterxml.jackson.module.kotlin.ReflectionCache$BooleanTriState</exclude>
261248
</excludes>
262249
</parameter>
263250
</configuration>

0 commit comments

Comments
 (0)